Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 distributing VB application using DTSPackage lib

Author  Topic 

lalbatros
Yak Posting Veteran

69 Posts

Posted - 2007-11-15 : 10:18:45
Hello,

I am using the DTS.Package object in a VB application to upload data faster to the SQL server.
Everything works well on my PC where I have the "Enterprise Manager" installed.

Unfortunately, I have been unable to run my application on a PC where the SQL stuff that comes with the "Enterprise Manager" is not installed.
I tried to register "dtspkg.dll" on such a PC but it was not successful, although it was detected correctly in the VB references list.
Furthermore, I am not sure that registering this dll correctly would be enough to have my application running correctly on this PC.

Any suggestion?

Thanks


   

- Advertisement -