Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP 6.0 (SP3) AND SQL 6.5
Message
De
24/10/2000 05:34:47
Stanley Yip
Shun Sang (technology) ltd Hong Kong
Hong Kong, Hong Kong
 
 
À
24/10/2000 05:02:11
Fida Shamsoodeen
Combined Systems (Pty) Ltd
Centurion, Afrique du Sud
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00433349
Message ID:
00433351
Vues:
18
SQLEXEC(nConnectionHandle,' EXECUTE my_proc', [CursorName])

nConnectionHandle <----- the connect handle number from the SQLconnect command
return handle number

my_proc <------ is the name of the store procedure

CursorName <----- the return cursor name for the return cursor to the front end

example :
SQLexec(1, 'Execute Cal','Cal_table')
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform