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 the use of Dataview?
What are the benefits of using of ADO.NET in .NET 4.0?
Explain About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data.
What are dataproviders?
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?
What is difference between ado and other data object?
Is ado.net an orm?
What are the major difference between classic ADO and ADO.NET?
Can you explain how to enable and disable connection pooling?
How can we perform transactions in .net?
What is the advantage of ado.net?
What is the difference between Datareader and Dataset?
What is an orm, and why would you use one instead of plain old ado.net?
What is ado control?
What does ado stand for in ado.net?