Results 1 to 2 of 2

Thread: Insert into Acces table

  1. #1
    Join Date
    Jun 2003
    Location
    Surabaya, Indonesia
    Posts
    1

    Unhappy Insert into Acces table

    how to insert a sql 2000 table into access table using vb ?

  2. #2
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254
    1. TWO adodc - one pointing to sql server another access. then you can loop through the dataset and insert it into access

    2. create link in access to sql server table and insert into access using insert

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •