Using Ado.net, what front ends and back ends can you use?
Answer Posted / sunilkumar
ado .net front end is c#.net and back end is sqlserver
| Is This Answer Correct ? | 36 Yes | 8 No |
Post New Answer View All Answers
What does executenonquery () method return?
Why do we need ado.net?
What is disconnected architecture in ado.net?
What is ole data type?
What is ole in vb?
What are the Data providers in ADO.Net?
I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, how do you check whether all the 10 records were present while updating the data(which event and steps) and throw the exception 28 can datareader hold data from multiple tables?
What is untyped dataset?
Which is faster sqldataadapter and sqldatareader?
What are the main differences between classic ado and ado.net?
Why do we use sqldataadapter?
What is connection string?
Name which operations can you not perform on an ado.net dataset?
What are the major difference between classic ADO and ADO.NET?
What is method to get XML and schema from Dataset? getXML() and get Schema ()