Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calling Oracle SP
Message
De
11/07/2000 11:16:44
 
 
À
10/07/2000 23:21:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00390579
Message ID:
00390747
Vues:
20
>Hi,
>I want to call Oracle stored procedures. My code goes like this but does not work.
>
>iConn = sqlconnect()
>if iConn > 0
> iErr = sqlexec(iConn,'execute test.sp_test_call;')
> if Err > 0
> wait window 'Stored procedure successful'
> else
> wait window 'Stored procedure not successful'
> endif
>endif
>sqldisconnect(iConn)
>
>Please give inputs if my syntax is indeed incorrect.
>
>Thanks, Ramil 7/10

I was wondering if this message was missed. Appreciate anyone's feedbacks or inputs.

Thanks again, Ramil 7/11
ramil
~~ learning to stand still
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform