Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing Values Back to VFP?
Message
From
01/03/2000 13:43:16
 
General information
Forum:
Oracle
Category:
PL/SQL
Miscellaneous
Thread ID:
00339875
Message ID:
00339968
Views:
13
Function new_key (inout number)
is
keyval number;
begin
select sequencename.nextval into keyval from dual;
return keyval;
end;

or something similar, as part of a package, call it with sqlexec with
sqlexec(schema.package.function(parameter))

The inout should make it work,as the paramete goes both ways then.
Previous
Reply
Map
View

Click here to load this message in the networking platform