Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SqlExec
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
SqlExec
Miscellaneous
Thread ID:
01494979
Message ID:
01494979
Views:
110
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
Next
Reply
Map
View

Click here to load this message in the networking platform