Hi friends
Thanks to all for your helpful tips/hints.
I have trouble with SQLMORERESULTS()
This is the scenario:
The second SQLEXEC() call generates the error below:
Iam preparing my data session for editting. The tables are relatively small.(no stress on the network). I am unable to know why the error comes and how to incorporate the said
SQLMORERESULTS() function here.
Please help. Many thanks.
---------------------------
Benson O. A.
Infinity Link Limited
Thanks to all for your helpful tips/hints.
I have trouble with SQLMORERESULTS()
This is the scenario:
Code:
=SQLSETPROP(nHandle,"Asynchronous",.T.)
nResult=SQLEXEC(nHandle,"SELECT * FROM GLTRANFI","GLTRANFI")
nResult=SQLEXEC(nHandle,"SELECT * FROM GLACCOUN","GLACCOUN")
The second SQLEXEC() call generates the error below:
Invalid call issued while executing a SQLMORERESULTS() sequence
Iam preparing my data session for editting. The tables are relatively small.(no stress on the network). I am unable to know why the error comes and how to incorporate the said
SQLMORERESULTS() function here.
Please help. Many thanks.
---------------------------
Benson O. A.
Infinity Link Limited