Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Insert Data
Message
De
21/04/2003 15:07:46
 
 
À
21/04/2003 15:02:53
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Titre:
Divers
Thread ID:
00779465
Message ID:
00779941
Vues:
8
This message has been marked as a message which has helped to the initial question of the thread.
Mufi,

I thought that's what I said in my first reply to you.

This inserts a row in your DataSet:
DataRow row = MyDataSet.Tables[0].NewRow();
MyDataSet.Tables[0].Rows.Add(row);
~~Bonnie


>Hi,
>
>Thank for Help..
>
>I think you have still some miss understanding. I want first fill dataset with inserting record in dataset and then i want insert all record in from the data set database.
>
>Thanks
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform