[Zope] accessing sql methods from scripts
keo
keo@goa.hu
Tue, 22 Oct 2002 12:08:34 +0200 (CEST)
hi,
i have ran into a little problem, how can i use the reslults that an sql
gave me back?
i have: context.sqlChkRow()
this returns some data, which says <Shared.DC.ZRDB.Results.Results
instance at 0x8cd875c> ... i made a list() from it ..
then i got: <r instance at 8cda3d8>
what type of object is z sql method returning?
im new to python, i dont know what can i do with these ...
how do i print out an object's members? or how do i get some dump of it?
how can i find out what methods it has?
thanks,
k
--
don't believe everything you think