Should work. I guess we need to see some more code. Also, make sure you're checking the right records in the right database.
On Monday, August 12, 2013 2:10:19 PM UTC-4, Eduardo Cruz wrote: > > is part of an http request. > > > On 12 August 2013 18:05, Anthony <[email protected] <javascript:>> wrote: > >> Is this part of an HTTP request to an app, or in an external script >> (outside of an HTTP request, you need to call db.commit() to commit >> transactions)? >> >> Anthony >> >> >> On Monday, August 12, 2013 1:28:48 PM UTC-4, Eduardo Cruz wrote: >>> >>> I'm trying to update a record: >>>> >>>> for station in stations: >>>> voice = "something" >>>> station.update_record(voice=**voice) >>>> >>>> but for some reason it's not in the db when I check with MySQL >>> Workbench, >>> any suggestions? >>> >> -- >> >> --- >> You received this message because you are subscribed to a topic in the >> Google Groups "web2py-users" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/web2py/FF3D88lQlkE/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected] <javascript:>. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > > > -- > Eduardo Cruz - 829 775 4605 > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

