Editing Record from Query, updating entire table
Posted: 05.02.2009, 23:43
I'm converting a Delphi 2007 application from Advantage DB server over to Firebird and am having some problems. I am opening a query with a where clause and I am moving through each of the records and changing a text and blob field, but when I edit the fields, the change is effecting the entire table.
This is straight forward: a while loop not eof, set the query in edit mode, update the record, post then next. What the heck do I not have set correctly?
This is straight forward: a while loop not eof, set the query in edit mode, update the record, post then next. What the heck do I not have set correctly?