Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Storage Procedures in Client/Server Programming
Message
De
23/02/2001 12:42:55
 
 
À
23/02/2001 12:09:10
Humberto Ramirez
H. Ayuntamiento de Colima
Colima, Mexique
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00478920
Message ID:
00478935
Vues:
22
>Dear partners: > > How can I execute one Storage Procedure in DB, with one SQL Pass-Through sentence in Client/Server programming? > > I hope that you can help me with this cuestion... > >Thank You Very Much for yours colaborations... Humberto

Try this:

nDone = Integer. If it is greater than 0, the procedure call worked
nHandle = Pointer to a successfull connection to the database
'MyProc' = The stored procedure you want to call on the server
'MyResult' = The VFP table that will store the results, if any of the stored
procedure 'MyProc'

nHandle = SQLCONNECT( 'Your connection object goes here' )
nDone = SQLEXEC( nHandle, 'MyProc', 'MyResult' )

HTH
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform