views:

169

answers:

1

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
pyodbc is cross-platform. It is the Pervasive 8 driver that seems to be windows-only, not pyodbc.
nosklo
but pyodbc works in windows...
rakslice