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
Which control of the BindingNavigator returns the current position within the data source?
What are the objects of ado.net?
Which object is used to add relationship between two Datatables?
What are the data access namespaces in .NET?
Explain which name space is used to get assembly details?
How to maintain the relation between two tables in ADO.NET?
What is Data Provider?
What are all the classes that are available in System.Data Namespace?
What is the default timeout specified for "sqlcommand.commandtimeout" property?
What is the use of SqlCommandBuilder?
What is the difference between Datareader and Dataset?
What is the difference between SqlCommand and SqlCommandBuilder?
Explain the basic use of "dataview" and explain its methods.
What are the 3 major types of connection objects in ado.net?
What is ado or jdbc?