On Thu, Nov 26, 2009 at 10:19:24PM -0500, inf200...@ucf.edu.cu wrote:
> Hi , first of all sorry for my english, I speak Spanish, but I am working 
> with SQLObject
> and I am a newbie,

   Welcome!

> and I dont know how to make a relation among 3 tables M:M

   Probably you need 3 separate relations - table1<->table2,
table2<->table3, table1<->table3.
   What SQL queries do you have in mind? I must say in advance that
high-level API in SQLObject doesn't allow any query to be expressed in
SQLObject's objects, but there is medium-level API that allows you to
execute any SQL query and get back the list of lists of results.

Oleg.
-- 
     Oleg Broytman            http://phd.pp.ru/            p...@phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to