|
-
Jul 26th, 2002, 02:54 PM
#1
Thread Starter
New Member
Adds, Updates using a DataSet
I'm in desperate need of the code to Add New records (and modify records) to a Database using the DataSet and DataAdapter objects..
in my old .asp code, I could simply (for a new record) do a:
Recordset.AddNew
Recordset("Field1") = Value1
Recordset("Field2") = Value2
......
....
Recordset.Update
how do I do something similar to this in .aspx with dataset/dataadapters ?
thanks,
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
|