What does connection string consists of ?
Answer Posted / sachin gupta
it consist
1. data source(Server)
2. database(Initial Catalog)
3. user name(Uid)
4. password(Pwd)
5. Integrated Security
6. Provider
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What is difference between entity framework and ado.net?
What are the advantages of using datalist?
What are different layers of ADO.Net?
What is datasource in ado.net?
What is defaultview in datatable?
How do you find the count of records in a dataset?
What is openquery?
What is the difference between Response.Expires and Reponse.ExpiresAbsolute?
List all the steps in order, to access a database through ado.net?
What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?
What is the provider being used to access oracle database?
What is maximum pool size in ado.net connection string?
What is difference between connected and disconnected architecture in ado.net?
What are the benefits of using of ADO.NET in .NET 4.0?
What DataReader class do in ADO.NET ?