Where do you store connection string ?
Answer Posted / dheeraj
<ConnectionStrings>
add name=""
ConnectionString="datasource="servername";catalog="database
name";
<ConnectionStrings>
and that code is to written under web.config file.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the parameters that control most of connection pooling behaviors?
How to create data relations?
How to pass multiple tables in datasets simultaneously?
What you mean by filtering of data?
Which object of ado contains datarow datacolumn collection?
Explain executenonquery?
What is difference between ado.net and asp net?
How to load multiple tables into a dataset?
What is serialization and de-serialization in .net?
What is ado.net connection?
Explain the differences between oledb sql server, oledbdotnet provider?
What is the use of data grid?
Explain how to call the sql commands asynchronously in ado.net version 2.0?
What is method to get XML and schema from Dataset? getXML() and get Schema ()
Why is it important to close an ado.net application?