Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trying to replace
Message
From
30/03/2000 17:05:16
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00352784
Message ID:
00352941
Views:
15
>I am trying to replace fields from one table to another.

Use the IN clause. Also, if the current table is on EOF, your replaces like table1.f WITH table2.f won't work at all, its been that way for a long time. TO get around that, also use the the IN cluase (thats why you should always): f WITH table2.f IN table1
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform