[Zope] dtml-sqlgroup dtml-sqltest

2001-01-18 Thread Martin Fekete

are expressions supported in dtml-sqltest ? 
documentation say yes. but it don't work (2.3.0b1  2.2.5 too)

second questions

can be dtml-or and dtml-and tags inside dtml-if
how to write it ?

i tryed this

arguments: op:boolean

dtml-if op
   dtml-or
dtml-else
  dtml-and
/dtml-if

it says Unexpected tag, for tag dtml-or
but it don't work. any ideas ?

Martin Fekete


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




[Zope] MySQLdb

2001-01-11 Thread Martin Fekete



sombody compiled MySQLdb under WIN32 
?

Martin Fekete


[Zope] [newbie] sqltest question

2001-01-11 Thread Martin Fekete



documentation says that sqlvar support 
expressions


dtml-sqlvar Variable|expr="VariableExpression"andthisworks
dtml-sqlvar "'%'+arg+'%'" 
type=stringbut documentation also says that sqltest 
support expressions


dtml-sqltest Variable|expr="VariableExpression"
so this should work 
dtml-sqltest "'%'+arg+'%'" type=string 
column=arg
but it's not working ... anyideas 
?
thanks 

Martin 
Fekete