Greeting, I´m learning Zope/python at the moment. I tried something with databases and it seemed to work. I created a SQL-Method with select name from person where <dtml .... ( it doesn´t matter) and call it with <dtml-call "REQUEST.set('user', getuserbyusername(username=username,password=password))"> but now if I make a <dtml-var user> I get an mysteric response. I know I know the GURUS of you will laugh but you know, without trying you can´t learn anything :-)) The call results in: <Shared.DC.ZRDB.Results.Results instance at 8940d00> how can I get the real result. It must be somthing like 'Florian Schuler' my name. I created a little table in PostGreSQL: id | name | vorname | username | password ----+----------------------+----------------------+--------------------- -+---------------------- 0 | Schuler | Florian | flo | ********* (1 row) Thanks in advance Florian