On Wed, Dec 24, 2008 at 09:21:12AM -0500, inhahe wrote:
> Hello, can somebody tell me how to delete a record using SQLObject?
row.destroySelf()
table.delete(id) # table is an SQLObject class
table.deleteMany(condition) # condition is an SQLBuilder expression
Oleg.
--
Oleg Broytmann http://phd.pp.ru/ [email protected]
Programmers don't die, they just GOSUB without RETURN.
------------------------------------------------------------------------------
_______________________________________________
sqlobject-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss