[Zope-dev] (no subject)

Bruno Nana s0157328@fhtw-berlin.de
Tue, 25 Jul 2000 10:46:34 +0200


Hi,

I have one problem with a Zmethod.

Here is the method:

select *,summe=sum(count(*))
from neuigkeiten
where
(
username like '%<!--#var suche-->%' or
autorloginname like '%<!--#var suche-->%' or
headline like '%<!--#var suche-->%' or
textfeld like '%<!--#var suche-->%')
order by headline

That is i want to select some data from database and save the number of data
who are found in summe.
There is no error at this level, but there is a problem when i list the
result in the dtml document. There are more data as i need.

Please would you help me to resolv this problem!!

Thank

Bruno