![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
All, please may I have your assistance with the following? I'm trying to reference an existing DTS connection in my activeX script task rather than instantiating a new connection object with plain text connection details. The objective of the DTS package is to upload an XML file details into a table. I need to make this generic so that the package can be deployed on different sql servers. My objective is to replace the follwoing:: 'Create and initialize (Open) ADO Connection Set objADOCnn = CreateObject("ADODB.Connection") objADOCnn.Open "PROVIDER=SQLOLEDB;SERVER=aaaa;UID=sa;PWD=bbbb;DAT ABASE=dddd;" If this is not possible what other options are there? -- Message posted via SQLMonster.com http://www.sqlmonster.com/Uwe/Forums...r-dts/200508/1 |
#3
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |