2 Mar
2004
2 Mar
'04
5:57 p.m.
How do I get the connection object in Product? restrictedTraverse? Also, what do I call? Chris ----- Original Message ----- From: Chris Withers To: Chris Bruce Cc: zope@zope.org Sent: Tuesday, March 02, 2004 6:39 AM Subject: Re: [Zope] Running SQL agains tDA Chris Bruce wrote:
I am trying to figure out how to execute queries against ZMysqlDA connection through my python based product. I would really like to use the DA interface so that my product will work with any database connection. Can someone provide an example or tell me which method I should be calling?
If you call the mysql connection object, you should get something that'll be useful to you :-) cheers, Chris