[Zope-CMF] Re: [Plone-users] Z SQL Method in Plone?

alan runyan alan runyan" <runyaga@runyaga.com
Thu, 21 Nov 2002 15:05:54 -0600


>  >>> I'm a newbie in Zope/CMF/Plone.  Can someone tell me how to display
>  >>> the result of an MySQL query in Plone?  I was able to do that in
>  >>> regular Zope, not in Plone/CMF.  Thanks!
>
> Alan Runyan replied:
>
> >> you will need to write Python product that does this!
> >> Do not fear.. when you are finished you eyes
> >> will be opened to How Things Work.
>
> Why would a python product be needed to use a ZSQL method in Plone?

I guess it could be done.  I think he is wanting to see a ZSQLMEthod like
object in the plone interface.  Since the ZSQLMethod doenst have TypeInformation
associated with it.. it doesnt show up in the UI.

~runyaga