R
rdt
In ASP.net
Is there a way of deleting all the rows in a table in the dataset.
In regards to deleting all the rows is there a Delete/Remove function
similar to the simple update function of an DataAdapter
i.e objDataAdapter.Update(objDataSet, "TableName")?
In relation to updating is there anyway to update into a column with spaces
in its name using the simple update function - i.e objDataAdapter.Update
(objDataSet, "TableName")
Also is there a way finding out how many rows in a dataset?
Thanks
Is there a way of deleting all the rows in a table in the dataset.
In regards to deleting all the rows is there a Delete/Remove function
similar to the simple update function of an DataAdapter
i.e objDataAdapter.Update(objDataSet, "TableName")?
In relation to updating is there anyway to update into a column with spaces
in its name using the simple update function - i.e objDataAdapter.Update
(objDataSet, "TableName")
Also is there a way finding out how many rows in a dataset?
Thanks