Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FPD25 - REPLACE ... WHILE ... is ALL reqd.
Message
 
To
05/03/2003 07:37:56
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00761380
Message ID:
00761976
Views:
39
I am not chnaing the id so in that case is ALL okay. I have this situation where generally this code works and in around 2% of the cases this fails, why I can understand. Does the same apply to SCAN

I have never used UPDATE is it more reliable and fast, that was the reason for SEEK and REPLACE WHILE.

>>Hi All
>>
>>I have these lines:
>>
>>
SEEK m.id
>>REPLACE ... WITH ... WHILE dbf.id = m.id
>>
>>Is this okay cause at time I have found it to fail. Is the failure my otherwise problem or this command problem. Is ALL required as below?
>>
>>
SEEK m.id
>>REPLACE ALL ... WITH ... WHILE dbf.id = m.id
>>
>>Please advise
>
>No ALL is not needed. It might fail if you're changing the id field.
>You can use 'for' in that case or update-sql :
>
>REPLACE ... WITH ... FOR dbf.id = m.id
>
>or :
>update myTable set fieldname = value where id = m.id
>
>Cetin
Regards
Bhavbhuti
___________________________________________
Softwares for Indian Businesses at:
http://venussoftop.tripod.com
___________________________________________
venussoftop@gmail.com
___________________________________________
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform