Stored Procedures / Oracle / ODBC
From: Vincent Wouters <v.wouters_at_fd.agro.nl>
Date: 1996/05/20
Message-ID: <31A04C00.5FED_at_fd.agro.nl>#1/1
Date: 1996/05/20
Message-ID: <31A04C00.5FED_at_fd.agro.nl>#1/1
Can someone tell me how to work with Stored Procedures
in a VB4.0/32 environment, working wit Data Access Object.
I'm using a statement like:
BEGIN
proc_name ('inputstring',output);
END;
On the server there is a Oracle procedure wich will
return a list off names as output.
Please mail any suggestions:
v.wouters_at_fd.agro.nl
Received on Mon May 20 1996 - 00:00:00 CEST