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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need to call Stored Proc from DTS COM

Status
Not open for further replies.

jmatte

Programmer
Joined
Jan 31, 2001
Messages
6
Location
US
Any suggestions are appreciated.

I need to create a DTS task in VB6 to call a stored procedure in SQL Server 2000. I am using VB6 and the DTS COM interface. I've only found code samples using the ExecuteSQLTask.SQLStatement but I don't want to use any SQL in my VB component. I would rather keep all the data routines on SQL Server.

Thank you in advance!

Jen
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top