Calling stored procedures from VB6.0
From: latha (latha_at_discussions.microsoft.com)
Date: 03/21/05
- Next message: latha: "Calling stored procedures from VB6.0 (ADO)"
- Previous message: name: "Re: Changes are not visible with ADO and MS Access."
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 20 Mar 2005 16:37:02 -0800
Hi
I am using ADO recordset object (by sql query) and retrieving the data from
sql server and then using the same connection, I am opening an other
recordset to based on the results of the first rcordset results.
This was fine.
Now I wanted to replace my sql query with stored procedure so I have
replaced in both the places, but during the execution of the second
st.procedure it is giving error saying that the connection is busy.
Do I have to use command object if I am executing two stored procedures on
the same connection? Can you provide some samples on using multiple stored
procedures on the same conneciton?
Thanks.
Latha
--
- Next message: latha: "Calling stored procedures from VB6.0 (ADO)"
- Previous message: name: "Re: Changes are not visible with ADO and MS Access."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|