
Return a value from stored procedure in SQL 6.5 to VB4 to a 16 bits client
I'm making a VB-program in Win 3.11 with VB 4.0 and using SQL Server 6.5 as
database
and want to return values from my stored procedures.
I have earlier used VB4 against SQL with 32-bits clients and used rdo
prepared statements
to return values to my program. Now I want to return values from my stored
procedures
to a 16-bits client, (not only the rows affected)
There is no problem to tell the stored procedures that a parameter is a OUT
values, but I
don't know who write the call string in VB. I have also tried RETURN 12, it
works with a
32-bits client and rdo, but not in 16-bit.
Mats