From: Ian B. <ia...@co...> - 2004-04-02 21:00:29
|
sw...@fr... wrote: > How can I use sqlbuilder.Update() to simply update sqlobjects given > their ID ? I forgot that was even in there. sqlbuilder.Update is more for generic construction of SQL queries, it's not intended to be used with SQLObject as a whole. sqlbuilder preceded SQLObject, which is where that came from. Ian |