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 purpose of using adodb?
What is the DataTableCollection?
Is ado.net an orm?
What is the difference between connected and disconnected environment?
What is ole access?
How does ado.net work?
What is isolation?
What are the different layers of ado.net?
How to check if a datareader is closed or opened? IsClosed()
What is the difference between dataset and datatable?
How is it possible to get 2 tables of data at a time by using data reader?
Which object of ado contains datarow datacolumn collection?
What is connection string?
Do you use stored procedure in ado.net?
What is DataReader Object?