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 sql command in ado net?
Is ado.net an orm?
What is row state?
What are the parameters that control most of connection pooling behaviours?
How do you update database through dataset?
What is read only and forward only in ado.net?
What is linq and entity framework?
What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)
Define Execute Reader?
Can datareader hold data from multiple tables?
How to retrieve the user id which is provided while windows authentication?
What is a control toolbox?
What do you know about ado.net's objects?
Which is faster datareader or dataadapter?
Define the executescalar method?