Is it possible to access a Pervasive 8 (not Pervasive SQL) database from python?
+1
A:
I'm not familiar with Pervasive, but from a quick web search it looks like people are using some kind of ODBC driver to access Pervasive 8.
ODBC databases can be used from python in Windows using PyODBC: http://code.google.com/p/pyodbc/
rakslice
2009-09-09 05:30:53
pyodbc is cross-platform. It is the Pervasive 8 driver that seems to be windows-only, not pyodbc.
nosklo
2009-09-09 17:36:30
but pyodbc works in windows...
rakslice
2009-10-05 05:41:53