Error executing DTS -
07-19-2005
, 09:58 AM
I've created a DTS package that imports from Access to SQL Server.
When I execute this code:
Set oConnection = goPackage.Connections.New("Microsoft.Jet.OLEDB.4.0 ")
The program shut down and generate the error
I don't think this is a problem of redistribution package that when I
execute other DTS it run correctly
Can anyone help me? |