use ODBC to access other database
Hi, I have a Interbase-database I want to access from Zope, but cannot seem to find any Database-adapter-products etc. anywhere. Could I use a ODBC-adapter in Zope to connect to this database, or on some other manner connect to this database using SQL-methods in Zope-pages? Does anybody know if there are a Interbase-databaseadapter in development? Interbase is open-source, free etc. and allready an established product so it would be strange if it wasn`t supported by Zope, at least in the future. Thomas
Thomas Weholt wrote:
Does anybody know if there are a Interbase-databaseadapter in development? Interbase is open-source, free etc. and allready an established product so it would be strange if it wasn`t supported by Zope, at least in the future.
Thomas, There is a python-level Interbase adapter named kinterbasdb written by Alexander Kuznetsin that I've been fooling a little bit with lately... If I get the time I may try to write an Interbase DA against Alexander's work. No ETA.
participants (2)
-
Chris McDonough -
Thomas Weholt