On Sunday, August 28, 2011 11:29:05 PM UTC-4, pbreit wrote: > > row.update_record is going to actually modify the text in the database (if > that's what you want). >
Note, you can do row.update() if you just want to modify the current row object _without_ changing the record in the database. Anthony

