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
How to create data relations?
Explain all the classes those are used for database connections between sql server and asp.net?
How does ado.net work?
oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?
Does sqlclient and oledb class share the same functionality?
Which control of the BindingNavigator returns the current position within the data source?
What is namespace in ado.net?
What is the difference between OLEDB Provider and SqlClient?
What is XML serialization
How can we add/remove row's in "datatable" object of "dataset"?
Why do we use sqldataadapter?
What is an ado connection?
What is ado circle?
How we can provide data to ado.net?
How do you update database through dataset?