Re: [SQLObject] SQLObject Database connection
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Sam N. <sa...@se...> - 2004-12-26 08:15:30
|
Sam Nilsson wrote: > Here is a simplified version of how I am handling this. If I have an > SQLObject class called Image then: > > sqlstring = "SELECT id FROM imagelist" sorry, it would probably look more like this: sqlstring = "SELECT id FROM Image" - Sam |