Results 1 to 2 of 2

Thread: Insert Dataset into Access table??

  1. #1

    Thread Starter
    Fanatic Member venerable bede's Avatar
    Join Date
    Sep 2002
    Location
    The mystic land of Geordies
    Posts
    1,018

    Smile 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

    Parksie

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    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
  •  



Click Here to Expand Forum to Full Width