
lists at zopyx
May 3, 2007, 2:47 AM
Post #2 of 3
(1442 views)
Permalink
|
--On 3. Mai 2007 10:44:36 +0100 David Daniel Estévez Durey <ahumboldt [at] humboldt> wrote: > Hello, > > I am trying to connect my FileMaker database with Zope, so I need a Zope > Database Adapter for FileMaker. I haven't founded any in the Zope site, > in exception of mxODBC Zope DA, but this bridge isn't free. You might look at SQLAlchemy (mssql:// protocol support pyodbc). As integration of SQLAlchemy you might check z3c.sqlalchemy and SQLAlchemyDA. -aj
|