28 Feb
2004
28 Feb
'04
11:07 p.m.
Thanks. I assume that's whre you can create objects, etc. Best regards, Patrick Kirk Mobile: 07876 560 646 Dieter Maurer wrote:
Patrick Kirk wrote at 2004-2-28 08:58 +0000:
If I want to enable candidates to do a jobsearch web page on a SQL-type query, do I need to link to an external SQL database or Zope do it all itself. For example, what is the Zope equivalent to:
SELECT tblJobs.*
FROM tblJobs
WHERE (((tblJobs.c_Location)="London"));
Read the "ZCatalog" section in the Zope Book, 2.6 edition (online on Zope.org).