DCOracle from outside Zope [Q]
Hello. Excuse me if it's off-topic, but is there some documentation on the methods and how to use the DCOracle module from outside Zope? I mean, I am developing a Zope site and I need to access my Oracle server from python scripts. I cannot use them from within Zope, don't ask why ;-) And BTW, is there some documentation or someone can give me a hand on how to use a ZSQL method and how the data is passed to an External method? TIA /B Bruno Mattarollo <brunomadv@ciudad.com.ar> --- Python Powered <http://www.python.org/psa/>
On 11/16/99 5:47 PM, Bruno Mattarollo at brunomadv@ciudad.com.ar wrote:
Hello.
Excuse me if it's off-topic, but is there some documentation on the methods and how to use the DCOracle module from outside Zope? I mean, I am developing a Zope site and I need to access my Oracle server from python scripts. I cannot use them from within Zope, don't ask why ;-)
In just Python, you'd use the DB-API v1.0. It's documented on the Python home page... I don't have the URL handy. Chris -- | Christopher Petrilli Python Powered Digital Creations, Inc. | petrilli@digicool.com http://www.digicool.com
participants (2)
-
Bruno Mattarollo -
Christopher Petrilli