faqts : Computers : Programming : Languages : Python : Common Problems : Database Access

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

4 of 10 people (40%) answered Yes
Recently 1 of 3 people (33%) answered Yes

Entry

Where can I find information (code, hints...) about Python and Interbase?

Dec 6th, 2000 09:43
Gerhard Haering, unknown unknown, Anders M Eriksson


There are two Python modules for accessing an interbase database via 
Python DB-API. One is
kinterbasdb: http://kinterbasdb.sourceforge.net/
the other is:
gvib: http://www.zope.org/Members/RETierney/gvibDA which also features a 
Zope database adaptor.
I am not aware of any interbase specific code snippets or hints.