Edit multiple fields simultaneously.
Moderators: gto, cipto_kh, EgonHugeist, mdaems
Edit multiple fields simultaneously.
What I am looking for is a way to search for a word and change the word in all fields with it simultaneously. Like the find/replace in word.
IMHO, it's database specific problem and can't be done in "generic" way - this must be done on client side. If you need nice search/replace functions for delphi, take look on TRegExpr library here: http://regexpstudio.com/TRegExpr/TRegExpr.html
- mdaems
- Zeos Project Manager
- Posts: 2766
- Joined: 20.09.2005, 15:28
- Location: Brussels, Belgium
- Contact:
You 'could' write an extension to the zeoslib TZAbstractRODataset class and implement a new function for this job. There you could add some loop through all resultset fields to do the real work immediately on the internal data level.
Don't expect we add it to the standard zeoslib distribution, however. That's not what a database connectivity component suite is made for.
Mark
Don't expect we add it to the standard zeoslib distribution, however. That's not what a database connectivity component suite is made for.
Mark