Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unrecognized phrase/keyword
Message
From
24/06/2008 03:44:02
 
 
To
24/06/2008 03:25:09
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 6
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01326270
Message ID:
01326272
Views:
17
This message has been marked as the solution to the initial question of the thread.
>I have any code
>tcSQL="select * from mytable "
>tcAlias="myAlias"
>...
>lcSQL=tcSQL + " INTO CURSOR " + tcAlias + " READWRITE "
>&lcsql
>
>ERROR: Command contains unrecognised phrase/keyword.
>
>When I use :
>lcSQL=tcSQL + " INTO CURSOR " + tcAlias
>&lcsql
>All is OK.

READWRITE is VFP7 and I assume you are using VFP6.

try

http://fox.wikis.com/wc.dll?Wiki~EditableCursors~VFP

for alternative for VFP6 to produce writable cursor .

Nick
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform