Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Making a cursor re-writable
Message
From
03/08/2000 10:42:01
Liam O'Hagan
O'Hagan Programming Ltd
Ireland
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00400050
Message ID:
00400363
Views:
19
BTW, don't forget to include the NOFILTER keyword in your SQL SELECT statement. Otherwise, you may end up making changes to data in a filtered view of the source table instead of a separate table.

Liam




>USE DBF("c_temp") IN 0 AGAIN ALIAS myUpdatable_c_temp
>SELECT myUpdatable_c_temp
>REPLACE ALL ;
>company WITH "bla bla bla"
Liam O'Hagan
MCP VFP Desktop Apps
Previous
Reply
Map
View

Click here to load this message in the networking platform