Hi all,
I have a DTS-script that looks like:
Function Main()
Dim oConn
Set oConn = DTSGlobalVariables.Parent.Connections("Microsoft Access"
oConn.DataSource = DTSGlobalVariables("D:\folder\File_0304.mdb".Value
Set oConn = Nothing
Main = DTSTaskExecResult_Success
End Function
When I run this script I get:
Active X script Completed
Transform data task General error 80040E4D
What can be wrong
/Kent J.
I have a DTS-script that looks like:
Function Main()
Dim oConn
Set oConn = DTSGlobalVariables.Parent.Connections("Microsoft Access"
oConn.DataSource = DTSGlobalVariables("D:\folder\File_0304.mdb".Value
Set oConn = Nothing
Main = DTSTaskExecResult_Success
End Function
When I run this script I get:
Active X script Completed
Transform data task General error 80040E4D
What can be wrong
/Kent J.