Communication ADP access and DTS sql server. -
12-08-2005
, 05:07 PM
I would to control my DTS package from within my ADP project under
Access. I don't want to import the DTS package as a vb module, I would
like to remotly manipulate the package.
For instance my ADP proj. need to send a variable to the DTS pack. (a
date) in order to dynamicly create a table whose the name will be
NEWTable<DateSent>.
(Moreover, how can I create a table with a dynamic name in DTS?). |