Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calling Oracle SP
Message
De
11/07/2000 14:21:58
 
 
À
11/07/2000 13:47:04
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:
00390862
Vues:
21
>I'm going to try using the 'BEGIN ... END' block syntax and just pad a linefeed character and see if this will work.

Wonder of wonders! I used the BEGIN block syntax and it worked! Here was how I called the stored procedure:

assuming gnConnection is a valid connection;
lcSPString = [BEGIN testspace.sp_test_call; END;]
lnErr = sqlexec(gnConnection,lcSPString) && this works!!!

Again, thanks for the feedbacks. These feedbacks help us keep going, when the going gets tough.
Ramil 7/11
ramil
~~ learning to stand still
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform