Hi all,
Need some help please...
I have a small VB app.. The user will select a few variables and that will execute a SP.. The SP will transfer records from on SQL server DB to a separate SQL server DB.
Two questions:
1. Is it possible to put the transactions that are created from the SP in a recordset, then using VB insert them into the table on the second DB?
2. OR Is there a way to connect to the separate SQL server with my stored procedure?
I was thinking I could do this using DTS but the challenge is that the SP creates a new table that is created in VB every time it is executed.
Any help or ideas are greatly appreciated.
Regards,
MDA
Need some help please...
I have a small VB app.. The user will select a few variables and that will execute a SP.. The SP will transfer records from on SQL server DB to a separate SQL server DB.
Two questions:
1. Is it possible to put the transactions that are created from the SP in a recordset, then using VB insert them into the table on the second DB?
2. OR Is there a way to connect to the separate SQL server with my stored procedure?
I was thinking I could do this using DTS but the challenge is that the SP creates a new table that is created in VB every time it is executed.
Any help or ideas are greatly appreciated.
Regards,
MDA