Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy and Paste Records
Message
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01302318
Message ID:
01302640
Views:
8
>* The Id is the record you want. Note that you may get incorrect results if you use record numbers.
>
SELECT * FROM tierii_chem WHERE Id = 1424 INTO CURSOR crsTemp
>SELECT <tabletoappendto>
>APPEND FROM DBF("crsTemp")
>
>I am trying this method, and it appears to perform some sort of operation. However, there are no new entries at the end of my table.

insert into TableToAppend select * from Tierri_chem where ID = 1424

In your first case there is a possibility the original table got filtered.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform