What is ado.net code?
What is a sqldataadapter?
oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?
once data is fetched into dataset connection gets closed. but in datareader connection is always maintained...then why datareader is fast and mainly recommended ?
WHAT IS DIFF B/W VIEWS AND STORED PROCEDURE
What is ado control?
How do you filter the data in datagrid?
2 Answers Apps Lab, Choice Solutions,
What is dataset object? Explain the various objects in dataset.
What are two important objects of ADO.Net?
What is @@rowcount and with small code snippet explain the usage?
What does executenonquery () method return?
What we do with the object of ado.net dataset after using it?
Why sql Data Reader object not created