How do we invoke queries from the application ?
Answer Posted / shwetha
by the namespace using System.Data.Sqlclient
by using Sqlcommand
Dim cmd as new Sqlcommand("Queries");
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
How to copy the contents from one table to another table and how to delete the source table in ado.net?
What is ole db and odbc?
What are all the classes that are available in System.Data Namespace?
The answers which posted above is not satisfied my requirement? Can some one post teh exact answer? Thanx
What is the use of SqlCommand object?
What are the ado.net components?
What are the data providers used in ado.net
What is DataReader Object?
What are the various methods provided by the DataSet object to generate XML?
What are the differences between OLEDB and SQLClient Providers?
Explain the advantage of ADO.Net?
What are the namespaces used in ADO.Net to connect to a database?
Explain sqlconnection object?
What is variable view?
What is the difference between Datareader and Dataset?