Here's how I would do it: Write a python script that calls your SQL and transfer the results into a list of dicts and returns that. You can then call the python script through xml-rpc and can hence parse the results. Cheers. -- Andy McKay. ----- Original Message ----- From: "Schmidt, Allen J." <aschmidt@nv.cc.va.us> To: "'Andy McKay'" <andym@ActiveState.com>; "Schmidt, Allen J." <aschmidt@nv.cc.va.us>; <zope@zope.org> Sent: Tuesday, June 05, 2001 10:05 AM Subject: RE: [Zope] Sharing Database connections and/or methods between Zopes?
Don't even care about slow at this point! Just the functionality....
So I can assume then that remote access of ZSQL methods is not possible??
Seems like ZEO is the answer for everything! <8^)
If anyone can think of a reason why this would not work, please drop a note. If this is considered OT then jsut email me directly.
-----Original Message----- From: Andy McKay [mailto:andym@ActiveState.com] Sent: Tuesday, June 05, 2001 1:09 PM To: Schmidt, Allen J.; zope@zope.org Subject: Re: [Zope] Sharing Database connections and/or methods between Zopes?
Ah well thats the point of a database of course, is you can share it. You could concont some other solution with other stuff but you might find it slow.
This sound like a perfect job for ZEO.
Cheers. -- Andy McKay.