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 sql connection in ado.net?
What are the difference between readonly vs. Const?
What is ado rdo dao in visual basic?
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 is the difference between sqlcommand and sqldataadapter?
What is dbcontext and dbset in entity framework?
What is microsoft ado?
What Is Difference Between Ado And Ado.net?
Explain what are acid properties?
What is data adapter in ado.net with example?
What is microsoft ole db provider for sql server?
What are the advantage of ado.net?
What are the usages of the command object in ado.net?
What are the major difference between classic ADO and ADO.NET?
What is the procedure to call a Stored Procedure of Back End in ADO (ActiveX Data Object) and RDO (Remote Data Objects)?