28 Feb
2004
28 Feb
'04
10:05 p.m.
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). -- Dieter