Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calling oracle 8.16 in powerbuilder?
Message
Information générale
Forum:
PowerBuilder
Catégorie:
Bases de données et Table Painters
Titre:
Calling oracle 8.16 in powerbuilder?
Divers
Thread ID:
00480685
Message ID:
00480685
Vues:
36
hi all -

i have an app that i wrote with pb6.5 and oracle 7.3. in a user function i declare the oracle procedure as follows:

DECLARE execProc PROCEDURE FOR [oracle_function_name];
EXECUTE execProc;
FETCH execProc INTO :i_output1,:msg_output2;

this works with oracle 7.3. i have the same exact parameters, return values, etc. in my oracle 8.16 procedure but i get an error.
the error is as follows:
ora-6550: wrong number or types of arguments to call [oracle_function_name]

the only changes have been:
1. i installed the maintenenace release and build 1271 on powerbuilder so that i can connect to oracle version 8.16
2. using oracle version 8.16

does anyone have know if declaring a function to oracle 8.16 is any different than 7.3?

any thoughts or suggestions would be much appreciated

tia

piper
Répondre
Fil
Voir

Click here to load this message in the networking platform