Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SqlExec
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
SqlExec
Divers
Thread ID:
01494979
Message ID:
01494979
Vues:
111
Hi

The mySQL command below worked
cSQL = "UPDATE reembolso set exp=1  "
asa=SQLEXEC(lnHandle,cSQL )
Now it became complicated because I am trying to make it conditional using a VFP variable.
as below
STORE iReemb1.ID TO  myID 


   cSQL = "UPDATE reembolso set exp=1  where ID <=  myID   "

asa=SQLEXEC(lnHandle,cSQL )
Looks like the mySQL command does not accept the VFP variable directly.

This variable is necessary because it is the last record I got from a VFP cursor which I pre-generated from
the remote table in order not to permit replacements beyond it.

Is there a way I can I pass it ?

Moises
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform