>> REPLACE post_date WITH date() FOR post_date <> date() ALL in YourTableName<<

Two comments:

1) REPLACE ALL places a header lock, where SCAN...ENDSCAN and REPLACE uses 
record locking

2) Depending on the time of the process (around midnight), it is entirely 
possible your use of DATE() could produce
different dates using this one command. If all the dates being the same are 
important you should get the date to a
memvar and use that in the replace.

Rick
White Light Computing, Inc.

www.whitelightcomputing.com
www.swfox.net
www.rickschummer.com



_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/007f01cd2314$1c204f50$5460edf0$@whitelightcomputing.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to