Object required 'oRs' -
12-15-2005
, 07:07 AM
Hai .....,
Dim oRS
Set oRS = DTSGlobalVariables("RSTables").Value
The second line reports the following error:
Object required: 'oRS'
This package is created from my machine (machine3) on another machine
(machine7). But when I declare and use the same package in my machine
(machine3), I don't get this error
Please help me solve this problem :crying: |