Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trying to replace
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00352784
Message ID:
00352800
Views:
18
>I am trying to replace fields from one table to another. There are 3 records where the condition exists for replacement, however, only one replacement is being done. My table that is being written to has data buffering of 0. Here is the psudo-code:
>
>
>REPLACE table2.field1 WITH table1.field1, ;
>   table2.field2 WITH table1.field2, ;
>   table2.field3 WITH table1.field3 ;
>   FOR table1.field5 = table2.field5 AND ;
>       table1.field6 = table2.field6
>

>
>It works for one record but the other 2 where the condition "table1.field5 = table2.field5 AND table1.field6 = table2.field6" is true are not being updated. Thanks in advance.

Are these two tables related with SET RELATION and you're in TABLE1 while doing your replace?
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