Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append recors from an Access database to SQL7
Message
 
To
26/03/2001 11:09:47
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Miscellaneous
Thread ID:
00488590
Message ID:
00488627
Views:
9
>I need to append records to a SQL table from an Access database using ADO.
>Any help on how to start is appreciated. Any good examples that can show me something similar?.

Can you use the Import feature of SQL Server?

Another way is to open 2 connections (1 for the Access db and 1 for SQL), do a loop to read your Access table and use the INSERT INTO query to insert data into SQL.
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform