ACC'97 VBA execution of a SQL SRVR 7 DTS package

V

vern.degeus

HI:
i need use an ACCESS'97 module written in VBA to execute a
DTS package on a SQL Server 7 Instance:
i am getting all balled up in the object model that the
references regarding DTS packages to ACCESS are exposing;
would someone plse explain the object model ? (sample code
would be very welcome..)
thank you
 
P

Paul Overway

You might find it easier to create a stored procedure that executes your DTS
package, and then create a pass through query in Access to run your stored
procedure.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top