Re: load data from Access to SQL
From: Paul Clement (UseAdddressAtEndofMessage_at_swspectrum.com)
Date: 08/31/04
- Next message: Veign: "Re: Creating a new table"
- Previous message: Guy Cohen: "Re: Creating a new table"
- Maybe in reply to: Al Reid: "Re: load data from Access to SQL"
- Next in thread: Andre: "Re: load data from Access to SQL"
- Reply: Andre: "Re: load data from Access to SQL"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 31 Aug 2004 12:43:03 -0500
On Mon, 30 Aug 2004 16:18:38 -0700, "Andre" <no@spam.com> wrote:
¤ I'm writing a VB6 app to load data from Access97 to SQL2k. I've
¤ successfully written code to connect to both datasources but am unsure on
¤ how to proceed from here. What's the best way to load an Access table to
¤ SQL? Do I get the Access data into a rs then load it to sql? If so, how?
¤ :)
¤
¤ Any examples would be greatly appreciated.
The easiest method would be to create an Access linked table to the SQL Server database table and
then just use a SQL SELECT * INTO statement.
Paul ~~~ pclement@ameritech.net
Microsoft MVP (Visual Basic)
- Next message: Veign: "Re: Creating a new table"
- Previous message: Guy Cohen: "Re: Creating a new table"
- Maybe in reply to: Al Reid: "Re: load data from Access to SQL"
- Next in thread: Andre: "Re: load data from Access to SQL"
- Reply: Andre: "Re: load data from Access to SQL"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading