Answer Posted / ansu kumar
datacolumn is used for
getting the instance of column of datatable
dim objdc as datacolumn
objdc=objdataset.table(0).newcolumn
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
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?
How do you merge 2 datasets into the third dataset in a simple manner?
What is execute reader in ado.net?
What is the procedure to call a Stored Procedure of Back End in ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
What is maximum pool size in ado.net connection string?
How can we load multiple tables in a dataset?
What are the disadvantages of using datalist?
How to Read, Add, Update and Delete record in Entity Framework ?
Explain ado.net features? Benefits? Drawbacks?
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?
What does ado stand for in ado.net?
What provider ado.net use by default? Explain the role of data provider in ado.net?
Describe briefly an ADO.NET Dataset ?
What is ado oledb and odbc?
What is the use of sqldatareader class?