Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Updating records from another file, same names diff orde
Message
 
 
To
20/07/2007 12:21:41
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows Server 2003
Network:
Windows 2003 Server
Miscellaneous
Thread ID:
01242361
Message ID:
01242393
Views:
9
Even shorter
SELECT AnotherFile
SCATTER NAME oNames MEMO
INSERT INTO OneFile FROM NAME oNames
>And he might want to actually add the record to OneFile...
>
>
>SELECT AnotherFile
>SCATTER NAME oNames MEMO
>SELECT OneFile
>APPEND BLANK
>GATHER NAME oNames MEMO
>
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform