Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

making connections using Active X (VBScript task)

Status
Not open for further replies.

zhonghandle

Programmer
Jul 17, 2002
12
US
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top