Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Unrecognized phrase/keyword
Message
De
24/06/2008 03:30:07
 
 
À
24/06/2008 03:25:09
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 6
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01326270
Message ID:
01326271
Vues:
18
>I have any code
>tcSQL="select * from mytable "
>tcAlias="myAlias"
>...
>lcSQL=tcSQL + " INTO CURSOR " + tcAlias + " READWRITE "
>&lcsql
>
>ERROR: Command contains unrecognised phrase/keyword.

Can you see any unexpected parameter content in the debugger?
This test code works for me:
CREATE CURSOR mytable (test Int)
INSERT INTO mytable VALUES (1)
tcSQL="select * from mytable "
tcAlias="myAlias"
lcSQL=tcSQL + " INTO CURSOR " + tcAlias + " READWRITE "
&lcsql
BROWSE
hth
-Stefan
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform