20 Jun
2001
20 Jun
'01
6:48 p.m.
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