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
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