return value of stored proc(vb6, sql s7) - TechRepublic
General discussion
July 17, 2002 at 03:13 AM
abgefalen engel

return value of stored proc(vb6, sql s7)

by abgefalen engel . Updated 23 years, 11 months ago

I am using the vb6 DataEnvironment (actually, a command) to execute a stored procedure. The stored proc takes 2 parameters and returns a value. This is how I execute my stored proc via the de:

DataEnvironment1.Command1 param1, param2

How canI gain access to the return value in my code?.

I’ve looked up for the answer in 2 good books to no avail.
thanx in advance.

This discussion is locked

All Comments