cyberbiker
Programmer
I do not quite understand what I am reading between BOL and searching the forums.
I need to export certain data into a comma delimited text file.
I have created a DTS package using enterprise manager and it works pefectly from enterprise manager.
I need to run the package from VB code.
At this point, I can only think to use the shell function and run dtsrun.exe.
But this app may use a different database when in production (Such as MySQL) and I am not certain if DTS is the way to go or if there is a better way than dtsrun.exe.
Ideally, I would have my code execute a stored procedure which would then execute the DTS package in MSSQL, but I have not found a way to do that.
Any ideas would be appreciated
Terry (cyberbiker)
I need to export certain data into a comma delimited text file.
I have created a DTS package using enterprise manager and it works pefectly from enterprise manager.
I need to run the package from VB code.
At this point, I can only think to use the shell function and run dtsrun.exe.
But this app may use a different database when in production (Such as MySQL) and I am not certain if DTS is the way to go or if there is a better way than dtsrun.exe.
Ideally, I would have my code execute a stored procedure which would then execute the DTS package in MSSQL, but I have not found a way to do that.
Any ideas would be appreciated
Terry (cyberbiker)