Can Stored Procedures be used with VB5/DAO/SQL Server 6.5? 
Author Message
 Can Stored Procedures be used with VB5/DAO/SQL Server 6.5?

Is it possible to use stored procedures in a VB5, DAO and SQL Server 6.5
environment?

I have no trouble coding the stored procedures in the database but cannot
find any doco on how to run the stored procedures from my VB client. I have
done this previously in the VB6/ADO/SQL Server 7.0 environment, and now need
to do it in the environment detailed above. Can anyone point me in the right
direction?

Regards



Sun, 06 Oct 2002 03:00:00 GMT  
 Can Stored Procedures be used with VB5/DAO/SQL Server 6.5?

Quote:

> Is it possible to use stored procedures in a VB5, DAO and SQL Server 6.5
> environment?
> I have no trouble coding the stored procedures in the database but cannot
> find any doco on how to run the stored procedures from my VB client. I have
> done this previously in the VB6/ADO/SQL Server 7.0 environment, and now need
> to do it in the environment detailed above. Can anyone point me in the right
> direction?

If the stored procedure returns its results in a recordset, you can use
passthrough queries. See the dbSQLPassThrough option to OpenRecordset.

--

WARNING: I cannot be held responsible for the above        They're   coming  to
because  my cats have  apparently  learned to type.        take me away, ha ha!



Sun, 06 Oct 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Stored Procedures with VB5/SQL Server 6.5

2. executing SQL Server 6.5 stored procedure using VB 5

3. Locking in VB5 and SQL Server 6.5 using stored procs

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

5. VB 5.0 & Stored Procedure (SQL Server 6.5)

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

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

8. Using VB5 and Sql Server 6.5

9. connecting to MS SQL Server 6.5 using VB5

10. How to..Using VB5 with Sql server 6.5

11. Passing parameters from Excel to SQL 6.5 stored procedures

12. Accessing SQL 6.5 Stored procedures thru VB4.0

 

 
Powered by phpBB® Forum Software