Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bluk Copy
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00769204
Message ID:
00769208
Views:
19
Hello,

Yes you can copy all records using this code

select * from SourceTable where.(whereClause) into cursor JustCopy
sele 0
use DestinationTable
append from dbf('JustCursor')

Or

sele 0
use DestinationTable
append from SourceTable for (WhereClause)

Also You can see "append from" command Help Topic

Best regards

Sevdalina Draganova
Best regards

Sevdalina Draganova
Previous
Reply
Map
View

Click here to load this message in the networking platform