![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Newbie question. I've managed to create a SQL db, have a MS access front end for running query/reports. Currently I manually download data from source system to .txt file and run a DTS to import into SQL. Is is possible to run the DTS from Access? I'm just beginning to understand the basics of VB... Using SQL 2000 and Access 2000. TIA, tj |
#3
| |||
| |||
|
|
-----Original Message----- Are you running an mdb or an adp? If an mdb, you can import it directly into a table and then run a local access query to load the data. You can execute a DTS package from VBA (Access code), but if you're working with an mdb FE that would be doing it the hard way. --Mary On Wed, 6 Oct 2004 14:59:25 -0700, "TJ" anonymous (AT) discussions (DOT) microsoft.com> wrote: Newbie question. I've managed to create a SQL db, have a MS access front end for running query/reports. Currently I manually download data from source system to .txt file and run a DTS to import into SQL. Is is possible to run the DTS from Access? I'm just beginning to understand the basics of VB... Using SQL 2000 and Access 2000. TIA, tj . |
#4
| |||
| |||
|
|
Hi Mary, I'm using an MDB. So, the easier way would be to: -load .txt file into temp table in the access MDB - Run a query that uploads data into linked SQL table Don't know if it matters but as an FYI my SQL table to is 6million records at this point in time (which is why I moved it from Access) tj -----Original Message----- Are you running an mdb or an adp? If an mdb, you can import it directly into a table and then run a local access query to load the data. You can execute a DTS package from VBA (Access code), but if you're working with an mdb FE that would be doing it the hard way. --Mary On Wed, 6 Oct 2004 14:59:25 -0700, "TJ" anonymous (AT) discussions (DOT) microsoft.com> wrote: Newbie question. I've managed to create a SQL db, have a MS access front end for running query/reports. Currently I manually download data from source system to .txt file and run a DTS to import into SQL. Is is possible to run the DTS from Access? I'm just beginning to understand the basics of VB... Using SQL 2000 and Access 2000. TIA, tj . |
![]() |
| Thread Tools | |
| Display Modes | |
| |