Tom Brown writes:
> I would like to make an SQL query directly from python
> code....
> Suppose I am using the ZPoPy DA and
> have established a database connection externally.
Database connections expose an interface to ZSQL methods,
that you can use directly from your Python code.
I do not know of a documentation of this interface.
However, when you look at
Shared.DC.ZRDB.DA.DA
(this is the Z SQL Method implementation, despite it name
"Database Adapter"), you should easily find the
few methods, you may need.
Dieter
_______________________________________________
Zope-Dev maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope )