Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Insert Data
Message
From
21/04/2003 15:07:46
 
 
To
21/04/2003 15:02:53
General information
Forum:
ASP.NET
Category:
ADO.NET
Title:
Miscellaneous
Thread ID:
00779465
Message ID:
00779941
Views:
9
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
Previous
Reply
Map
View

Click here to load this message in the networking platform