[Zope] Zope question (while using Plone)
Maciej Wisniowski
maciej.wisniowski at coig.katowice.pl
Tue Nov 21 15:49:54 EST 2006
One more thing:
> ZSQL Method (DBTestQueryMethod):
>
> ------------
>
>
>
> select
>
> FIRST_NAME, LAST_NAME from EMPLOYEES
>
> WHERE
>
> HIRE_DATE BETWEEN
>
> <dtml-sqlvar "start_date" type=string>
>
> AND
>
> <dtml-sqlvar "end_date" type=string>
Not:
<dtml-sqlvar "end_date" type=string>
but:
<dtml-sqlvar end_date type="string">
--
Maciej Wisniowski
More information about the Zope
mailing list