Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding a new record to a datatable in a dataset
Message
De
14/11/2002 11:13:49
Rex Mahel
Realm Software, Llc
Ohio, États-Unis
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Titre:
Adding a new record to a datatable in a dataset
Divers
Thread ID:
00722704
Message ID:
00722704
Vues:
48
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform