What does connection string consists of ?
Answer Posted / hardit singh
sqlconnection con=new sqlconnection
("server=localhost;database=testdb;uid=sa;pwd=sa;");
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How we can provide data to ado.net?
What are datareaders?
What is the difference between linq and ado.net?
What is the return type of executescalar?
What is Serialization in .NET? what are the types of Serialization?
What is maximum pool size in ado.net connection string?
What is connection string?
What are different layers of ADO.Net?
What are all components of ADO.Net data provider?
What is dao and ado?
What is shadow copy?
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?
Define table relations?
What is difference between datareader and dataadapter?
What is aggregate root?