Em Friday 22 February 2008 00:17:30 hoboro escreveu: > Is there a similar update statement to update a record just like we > can select a particular record
x = model.Class.get(id) x.column = new_value x.save() # or whatever your ORM requires you to use -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

