
VB 5.0 & Stored Procedure (SQL Server 6.5)
Hello,
I need help.
I've defined a stored procedure on SQL Server 6.5; something like that :
In my project in VB5, I've defined a UserConnection Object and have
added the reference to this stored procedure.
The following code raises an error (... cannot open a cursor ...) :
dim data as new UserConnection1
dim lrc as long
data.EstablishConnection
lrs = data.test 'raises an error !
...
***************************
Thanks for help,
Jerome