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
Which is better entity framework or ado.net?
What is bubbled event?
What are the core objects of ADO.NET?
Why is it important to close an ado.net application?
What is ado and dao?
Which is better ole db or odbc?
What is the default Timeout for SqlCommand.CommandTimeout property?
What are the data providers in ADO.NET framework?
What is the difference between data reader and data adapter?
What are the steps you will take to improve performance? Will you use dataset or datareader?
What are all the commands used with Data Adapter?
Which parameter of ConnectionString is used to specify the name of the database?
What is the difference in record set and dataset?
Explain the difference between data reader and data set?
What is aggregating data ?