Re: [Webware-discuss] MiddleKit SQL clause

2002-10-28 Thread Chuck Esterbrook
On Sunday 27 October 2002 07:17 am, Michael Montagne wrote: > How do I pass an SQL statement containing joins of different classes > to MySQLObjectStore? It appears I can only return rows from one > table using fetchObjectsOfClass. Are all updates to tables intended > to be through the classes r

[Webware-discuss] MiddleKit SQL clause

2002-10-27 Thread Michael Montagne
How do I pass an SQL statement containing joins of different classes to MySQLObjectStore? It appears I can only return rows from one table using fetchObjectsOfClass. Are all updates to tables intended to be through the classes rather than using straight SQL or is it possible to both ways? Thank