Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding a new record to a datatable in a dataset
Message
From
14/11/2002 11:13:49
Rex Mahel
Realm Software, Llc
Ohio, United States
 
 
To
All
General information
Forum:
ASP.NET
Category:
ADO.NET
Title:
Adding a new record to a datatable in a dataset
Miscellaneous
Thread ID:
00722704
Message ID:
00722704
Views:
47
All,

I have a blank DataTable (TableName) in a DataSet (objDataSet) to which I want to add an empty row. I filled the DataSet from a parameterized select statement with a parameter value which cannot be in the table. I check for the existance of the table before I try to add a new row. I use the following comamnd:

objDataSet.Tables(TableName).NewRow()

After the above is executed I check the rowcount and it is still 0. I have placed the command in a Try block, and no errors were caught.

What am I doing wrong?

TIA

Rex
Next
Reply
Map
View

Click here to load this message in the networking platform