Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Property BatchMode
Message
De
30/10/1998 03:38:31
Marco Beuk
Innovero Software Solutions
The Hague, Pays-Bas
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
Property BatchMode
Divers
Thread ID:
00152628
Message ID:
00152628
Vues:
57
I use SQL pass-through's to SQL Server. Lately i had problems like cursor's that were not created but were created when i changed the order in which i issued the SQLEXEC's or executed them twice.
But when i changed SQLEXEC(nHandle,,) into:

SQLPREPARE(nHandle,,)
DO WHILE SQLEXEC(nHandle) = 0
ENDDO

IT WORKED !?!?!?!
So my problem is solved but i realy don't understand.

SqlGetProp(nHandle, 'batchmode') returns .T.
I thought when batchmode is set to .T. FoxPro doesn't go to the next line of code until all the data is retreived.

When i change the code into:

SQLPREPARE(nHandle,,)
x=1
DO WHILE SQLEXEC(nHandle) = 0
x = x + 1
ENDDO
?x

x is at least 2 and sometimes even > 100

Thanks for any reply,

Marco Beuk.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform