Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> RETURNING ROWS FROM A STORED PROCEDURE
Hi,
I'm developing an application using VB v4.0 using the Oracle ODBC driver.
I would like to completely partition the front end application from the underlying SQL code. I would like to do this using stored procedures. This works fine for UPDATES, INSERTS and DELETES.
However I would like to be able to call a stored procedure (perhaps with a parameters) which runs a SELECT statement. The result set of which I would like returning to a VB data control or recordset variable.
Can anyone help? I would greatly appreciate any help/sample code.
TIA Andy Noble. Received on Mon Mar 24 1997 - 00:00:00 CST
![]() |
![]() |