Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sqlexec and returning data
Message
From
14/05/1998 16:08:44
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Sqlexec and returning data
Miscellaneous
Thread ID:
00099573
Message ID:
00099573
Views:
60
I am trying to send and retrieve data from a stored procedure on our oracle server using visual foxpro and ODBC.

Client:
VFP and ODBC
Server:
ORACLE procedure



I can connect and send a charactor string and return a number value from the stored procedure. But when I change the VFP call and ORACLE procedure to a string the call returns a memory error.


The VFP code is:

outParam = 'hi'
sqlresult= sqlexec(gnConnHandle,"{ call test ('DOIT',?@outParam) }")


The ORACLE code is:

(var_one IN varchar, var_two IN OUT varchar)
AS

begin

var_two := ' you';

end;

****
The error appears to be related to not finding the proper address.
Next
Reply
Map
View

Click here to load this message in the networking platform