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 difference between oledb sql server and oledbdotnet provider?
What is the use of SqlCommandBuilder?
Does executenonquery return a value?
What are two types of transaction supported by ado.net?
How to find the given query is optimised one or not?
What is difference between sqldatareader and sqldataadapter?
Describe the command object and its method.
how Sequence to connect and retrieve data from database using dataset?
What is connection in ado.net?
How to pass values into a datatable?
What is the default Timeout for SqlCommand.CommandTimeout property?
What does sqldatareader return?
How to generate a single aggregate?
Explain ado.net features?
What are all the classes that are available in System.Data Namespace?