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
What is an orm, and why would you use one instead of plain old ado.net?
Is ado.net dead?
What are typed and untyped dataset?
What is untyped dataset?
What are the advantages of ado.net?
Why is ADO.NET serialization slower than ADO ?
What is ole word?
how you will deal result set? How do you sort a dataset?If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
What are the major challenges in accessing data from a database?
What are the data providers in ADO.NET framework?
What are basic methods of dataadapter?
describe the dataset object in ado.net.
What is microsoft ado.net?
What is connection in ado.net?
Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?