VB 5.0 & Stored Procedure (SQL Server 6.5) 
Author Message
 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



Fri, 09 Feb 2001 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. S10008 Error From SQL Server 6.5 Running VB 5.0 Stored Procedures

2. S10008 Error From SQL Server 6.5 Running VB 5.0 Stored Procedures

3. S10008 Error From SQL Server 6.5 Running VB 5.0 Stored Procedures

4. executing SQL Server 6.5 stored procedure using VB 5

5. Stored Procedures with VB5/SQL Server 6.5

6. sending parameters from VB 6 to SQL 6.5 stored procedure

7. sending parameters from VB 6 to SQL 6.5 stored procedure

8. VB 5.0 and SQL Server 6.5 Contract

9. LONDON - VB 5.0/Sql-Server 6.5/ NT 4 - Developers - Derivatives Trading Systems

10. LONDON - VB 5.0/Sql-Server 6.5/ NT 4.0 - Developers - Derivatives Trading Systems

11. VB 5.0, SQL Server 6.5

12. Help SQL SERVER 6.5/VB 5.0

 

 
Powered by phpBB® Forum Software