|
-
Oct 16th, 2002, 06:01 AM
#1
Thread Starter
Fanatic Member
Insert Dataset into Access table??
I have a winform which contains a dataset which is not in any way tied to a database. It is created on the fly.
I have created a table in my access database which has the same structure as the dataset.
I want to be able to insert this dataset into the access table.
Can anyone point me in the right direction?
Thanks In Advance
-
Oct 16th, 2002, 10:30 AM
#2
Just do the standard dataadapter Insert or Update functions, with an OLEDB dataadapter.
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
|