Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQLEXEC
Message
De
28/10/1997 10:29:59
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
SQLEXEC
Divers
Thread ID:
00056996
Message ID:
00056996
Vues:
94
Hi,

I am trying to use the SQLSETPROP() with ASYNCHRONOUS and BATCHMODE
=SQLSETPROP(gnConnectHandle, 'ASYNCHRONOUS', .T.)
=SQLSETPROP(gnConnectHandle, 'BATCHMODE', .F.)

I wait for the process to finish using this loop
lnExecuting = SQLEXEC(gnConnectHandle)
DO WHILE lnExecuting != 0
lnExecuting = SQLEXEC(gnConnectHandle)
ENDDO

(NOTE: I also tried this loop with SQLMORERESULT())

but when i try to close the connection i get the message
"Invalid call issued while executing a SQLEXEC() sequence"

Any help will be greatly appreciated!!!!!!

Nick,
Thank you
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform