Interbase

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mike Hjorleifsson

    Interbase

    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.
  • Alexandr N Zamaraev

    #2
    Re: Interbase

    Mike Hjorleifsson wrote:
    Has anyone gotten python working with Interbase database platform ? I
    See KInterbasDB: http://kinterbasdb.sourceforge.net/

    Comment

    • M.-A. Lemburg

      #3
      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:



      together with our mxODBC interface for Python:

      mxODBC™ is the eGenix flagship product for connecting Python to all major databases, on all major platforms, using a fully Python DB-API 2.0 standard compatible ODBC interface, with many extensions and enhanced support of stored procedures with input, output and input/output parameters.


      --
      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.D atabase.Adapter ... http://zope.egenix.com/
      >>mxODBC, mxDateTime, mxTextTools ... http://python.egenix.com/
      _______________ _______________ _______________ _______________ ____________

      :::: Try mxODBC.Zope.DA for Windows,Linux,S olaris,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

      Comment

      Working...