I spent most of the weekend trying to migrate a database to SQLObject. I've given up for the time being, the sticking point seems to be the ability to express a self-join (?is that the right phrase?) where one field points to 0 or more instances of the same table. I'd really like to persist and get this working in TG though.
Any clues on how to bypass SQLObject to do this? .M.

