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
Explain all the classes those are used for database connections between sql server and asp.net?
What is defaultview in datatable?
What are the namespaces used in ADO.Net to connect to a database?
what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?
What is acid in ado.net?
Which database is the ado.net?
What are the objects of ado.net?
What is the difference between ado.net and entity framework?
What is difference between sqldatareader and sqldataadapter?
What are the types of databinding?
Define executenonquery?
What is a sqldataadapter?
Is entity framework better than ado.net?
What is variable view?
What are the parameters that control most of connection pooling behaviors?