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
Can we do database operations without using any of the ado.net objects?
What is the difference between connected and disconnected environment?
What is the use of ADO.NET and XML web services?
Is ado.net an orm?
What is the usage of the dataset object in ado.net?
What is ado circle?
What is full form of ado?
How to identify the updated rows in a dataset?
Give few examples of datareader that is used in different dataproviders.
What is the provider being used to access oracle database?
Explain the difference between ado and ado.net?
Define isolation?
What is the use of data grid?
How would you connect to database using .NET?
What is variable view?