Ok, maybe this would be better off in a SQLObject discussion list.
Sorry about that.

What I need to know is how to model a self-referencing relationship
using SQLObject.

Why? Let's say I want to model a father-son relationship. So I would
have a table in the database containing person data. Two of the
atributes of that table should be father and mother, that should
reference another record of the same table.

How to I model that with SQLObject.

Thanx in advance.
Marcos

Reply via email to