Could someone direct me to a tutorial or other resource that explains how to do a global edit of database records in ZODB? For example: someone has a number of entries and their email address changes. Would the records have to be edited one at a time, or is there a way to change all of the records in one operation? Michael
On Sat, 27 Apr 2002, Michael wrote:
Could someone direct me to a tutorial or other resource that explains how to do a global edit of database records in ZODB? For example: someone has a number of entries and their email address changes. Would the records have to be edited one at a time, or is there a way to change all of the records in one operation?
I urge you to try ZShell at http://www.librelogiciel.com/software/ its grep command can search and replace, and it also has commands to automatically and recursively change properties (find and setprop) hth. Jerome Alet
Jerome Alet wrote:
I urge you to try ZShell at http://www.librelogiciel.com/software/
its grep command can search and replace, and it also has commands to automatically and recursively change properties (find and setprop)
hth.
Jerome Alet
Thanks Jerome, I'll give it a try. This is the only thing I've been able to find anywhere that enables you to do this. Michael
participants (2)
-
Jerome Alet -
Michael