Re: Interbase



On 2008-07-30 18:49, Mike Hjorleifsson wrote:
Has anyone gotten python working with Interbase database platform ? I
need to query some info from an interbase database on another server
need a lil help getting started.

You could try the EasySoft ODBC driver for InterBase:

http://www.easysoft.com/products/data_access/odbc_interbase_driver/index.html

together with our mxODBC interface for Python:

http://www.egenix.com/products/python/mxODBC/

--
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source (#1, Jul 31 2008)
>>> Python/Zope Consulting and Support ... http://www.egenix.com/
>>> mxODBC.Zope.Database.Adapter ... http://zope.egenix.com/
>>> mxODBC, mxDateTime, mxTextTools ... http://python.egenix.com/
________________________________________________________________________

:::: Try mxODBC.Zope.DA for Windows,Linux,Solaris,MacOSX for free ! ::::


eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48
D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
Registered at Amtsgericht Duesseldorf: HRB 46611
.



Relevant Pages

  • Re: open source linux -> windows database connectivity?
    ... get a license for the server part. ... but don't I need the server part to make the connection? ... Marc-Andre Lemburg ... Professional Python Services directly from the Source ...
    (comp.lang.python)
  • Re: mktime overflow in March 2008?
    ... second that mktime is going to be able to handle. ... I wonder if the datetime module is any better, ... Marc-Andre Lemburg ... Professional Python Services directly from the Source ...
    (comp.lang.python)
  • Re: Freezing python files into executables
    ... installation on x64 in two parts and they may have missed ... This sounds a lot like a missing Python devel RPM. ... Marc-Andre Lemburg ... Professional Python Services directly from the Source ...
    (comp.lang.python)
  • Re: need to suspend/resume a child thread
    ... status variable as the long-time executions can not or be dirty to stop ... to explicitly code for this in the code running in that thread ... Marc-Andre Lemburg ... Professional Python Services directly from the Source ...
    (comp.lang.python)
  • Re: adodbapi and output parameters in stored procedures
    ... But if my procedure has an insert statement in its midst, ... # Fetch results from second SELECT ... Marc-Andre Lemburg ... Professional Python Services directly from the Source ...
    (comp.lang.python)