Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DTS Help

Status
Not open for further replies.

balajees

Programmer
Apr 24, 2002
12
US
Hi,

I need to transfer data from MsAccess to SQL Server using Visual Basic Programming (DTS References).

I came across many samples which showed transformation only between two sql server databases.

Can anyone help me.

Thanks in advance,
BALAJEE
 
Just build the DTS package to do this on the SQL Server. When it is ready, you can save the package as a Visual Basic module (one of the options under "Save As..."). Add the module to your project and add the necessary SQL Server object references so you can run the package.
 
Can you do this in SQL Server 7? I can't find the option to save as a VB module.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top