What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?
What is openquery?
What is the difference between sqlcommand and sqldataadapter?
How to insert multiple records in asp .net from Gridview to Sql Database with out using loop condition ?
What are the advantages of using datalist?
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.
2 Answers Fulcrum Logic, Satyam,
What is the difference between ado.net and entity framework?
What is ado rdo dao in visual basic?
How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?
Explain how to pass multiple tables in datasets simultaneously?
Features and disadvantages of dataset?
2 Answers CarrizalSoft Technologies, Infosys, Microsoft, Sampath Software,
Give an example that shows how to execute a stored procedure in ado.net?
Is it possible to edit data in Repeater control?