Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQLEXEC
Message
From
28/10/1997 10:29:59
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
SQLEXEC
Miscellaneous
Thread ID:
00056996
Message ID:
00056996
Views:
89
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
Next
Reply
Map
View

Click here to load this message in the networking platform