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
What is a dynaset in access?
What are two important objects of ADO.Net?
How do you find the count of records in a dataset?
What is defaultview in datatable?
Explain how to pass multiple tables in datasets simultaneously?
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?
What are the steps you will take to improve performance?
What are all the different methods under sqlcommand?
What are good ado.net object to replace to ado recordset object.
What are the parameters that control most of connection pooling behaviors?
What is typed dataset ?
Is it possible to edit data in Repeater control?
What is a datagridview?
Which method in OLEDBAdapter is used to populate dataset with records?
What is data view and variable view?