Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Non-updatable cursors
Message
From
22/09/1998 13:32:21
 
 
To
22/09/1998 12:49:45
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00139506
Message ID:
00139530
Views:
19
>Hi all,
>There is any wawy to update and/or add records to a cursor created from a sql statement???
Hi William.

If you create the cursor using the NIFILTER clause to ensure an actual disk presence instead of a filtered table, try this:

SELECT yada, yada, yada FROM SomeTable WHERE blah INTO CURSOR Temp NOFILTER
USE DBF("Temp") AGAIN IN 0 Alias UpdateableCursor
USE IN Temp
SELECT UpdateableCursor

Marcia
Previous
Reply
Map
View

Click here to load this message in the networking platform