![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I've treid to assign connection variables by rowset. ie. Dim oConn Dim oRS Set oRS = DTSGlobalVariables("RSTables").Value ' This is the output para. of "select source_server from table" Set oConn = DTSGlobalVariables.Parent.Connections("Sybase ASE OLE DB Provider") ' This is the source connection oConn.DataSource = oRS.Fields(0).Value The error says it doesn't load the data source. why? |
#3
| |||
| |||
|
|
I've treid to assign connection variables by rowset. ie. Dim oConn Dim oRS Set oRS = DTSGlobalVariables("RSTables").Value ' This is the output para. of "select source_server from table" Set oConn = DTSGlobalVariables.Parent.Connections("Sybase ASE OLE DB Provider") ' This is the source connection oConn.DataSource = oRS.Fields(0).Value The error says it doesn't load the data source. why? |
#4
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |