dbTalk Databases Forums  

VB DTS Requirements

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss VB DTS Requirements in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
shumaker@cs.fsu.edu
 
Posts: n/a

Default VB DTS Requirements - 12-13-2005 , 08:43 PM






I have a DTS package that connects to an Oracle server and outputs a
csv file. I would like the user to be able to run the DTS package
without having an SQL server installed, so I want to exported it to vb
and compile it into an executable.

What is the best way to compile this code?

What is required to be installed on the user's system for the code to
run? The code references the DTS namespace, and I'm not sure if that
is something that is part of windows, or something added when I
installed the SQL client on my machine.

Thanks in advance.


Reply With Quote
  #2  
Old   
Darren Green
 
Posts: n/a

Default Re: VB DTS Requirements - 12-14-2005 , 04:01 AM






shumaker (AT) cs (DOT) fsu.edu wrote:
Quote:
I have a DTS package that connects to an Oracle server and outputs a
csv file. I would like the user to be able to run the DTS package
without having an SQL server installed, so I want to exported it to vb
and compile it into an executable.

What is the best way to compile this code?

What is required to be installed on the user's system for the code to
run? The code references the DTS namespace, and I'm not sure if that
is something that is part of windows, or something added when I
installed the SQL client on my machine.

Thanks in advance.

If you have installed the tools, including Enterprise Manager then they
have DTS, if not yuou need to give them DTS in this way or by hand -

Redistributing DTS with your program
(http://www.sqldts.com/default.aspx?225)

SQL Server the engine is not needed.

--
Darren
http://www.sqldts.com
http://www.sqlis.com


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.