Hi, Am I right in syaing that there is no such DA for zope running on linux? I can find the DA for the win platform, but can't find an equivalent for Linux..... I need to access information in an Access copied on a Linux server (where zope will also be running). All the clients connected to the server are Win98, so can't run Zope as a service anywhere else. Not sure if there's a problem with accessing data from this db if it's on the Linux server - if there is then I'll just point the DB request to one of the network machines. But first I need to get an adapter that works, and so far I can't see one. Andy
andy wrote at 2003-3-6 13:21 +0000:
Am I right in syaing that there is no such DA for zope running on linux?
Please search for ZmxODBCDA. It is not free (in the sense of costless) and it requires an external ODBC driver (which, too, is not free). Dieter
We're using the 60-day trial of mxODBC (http://www.egenix.com/files/python/mxODBC-Zope-DA.html) with iODBC (http://www.iodbc.org/) which is free, and it's working great. I think it costs $95.00 per Zope instance which is nominal. Rick On Thu, 2003-03-06 at 13:08, Dieter Maurer wrote:
andy wrote at 2003-3-6 13:21 +0000:
Am I right in syaing that there is no such DA for zope running on linux?
Please search for ZmxODBCDA. It is not free (in the sense of costless) and it requires an external ODBC driver (which, too, is not free).
Dieter
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
andy -
D. Rick Anderson -
Dieter Maurer