Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Read-only cursor
Message
 
 
To
01/10/2001 08:55:26
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00562456
Message ID:
00562461
Views:
22
>hi all:
>
>when i run the SQL statement -
>
>Select col1, col2, ... from TABLE INTO CURSOR XYZ FROM ABC
>
>the resultant columns of SQL statement are read-only.
>
>is there any way by which these values in the cursor can be modified ?
>
>sincere thanks in advance

If you have VFP7 is only adding a REWRITE in the SELECT SQL. If not try this:

USE DBF(tcalias) IN 0 AGAIN alias xxTemp
USE DBF("xxTemp") IN (tcalias) AGAIN ALIAS (tcalias)
USE IN xxTemp
Pablo Roca
Clavo Congelados, S.A. (La Coruna - Spain)
Sysop of PortalFox

Join MasFoxPro campaign
http://www.masfoxpro.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform