Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Very weird update conflict problem
Message
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01137428
Message ID:
01137452
Views:
17
Sergey,

Is next preferrable

UPDATE v_zips ;
SET dealerid = zips.dealerid ;
FROM v_zips ;
JOIN zips ON zips.zipcode == v_zips.zipcode

than

* set order to 0 && ??
replace v_zips.dealerid WITH zips.dealerid ;
FOR v_zips.zipcode == zips.zipcode IN v_zips

I have never use UPDATE, I just and just even rember such of command! But is there an advantage to use it - I dont know.

AT
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform