zhonghandle
Programmer
Hi,
Suppose I am currently connected to a database "data1" (not the local server), and I want to make a connection to one of the tables (say, the table name is "table1"
using VBScript code in a DTS package. How exactly should I do that?
I have tried to create a ADO object (Connection), but failed. Is it possible to make connection to "data1/table1" using a Active X script code?
Thank you SO much.
Suppose I am currently connected to a database "data1" (not the local server), and I want to make a connection to one of the tables (say, the table name is "table1"
I have tried to create a ADO object (Connection), but failed. Is it possible to make connection to "data1/table1" using a Active X script code?
Thank you SO much.