|
-
May 15th, 2002, 10:17 AM
#2
Frenzied Member
You dont need to use SQL to create a new row or add it to the DB. After connection and everything is set up in the database. Create a dataTable from the table in your dataset where
you want to add the new row. Then create a new datarow on the datatable. After that you need to add information to the new datarow, then update the dataset.
It is really simple, I'm not at a VS.NET workstation, but I will provide some sample code when I get home later.
Look up dataRow and dataTable.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|