vote up 1 vote down star

Is it possible to access a Pervasive 8 (not Pervasive SQL) database from python?

flag

80% accept rate
Is there a difference? – Lennart Regebro Sep 8 at 20:55

1 Answer

vote up 1 vote down

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/

link|flag
pyodbc is cross-platform. It is the Pervasive 8 driver that seems to be windows-only, not pyodbc. – nosklo Sep 9 at 17:36
but pyodbc works in windows... – rakslice Oct 5 at 5:41

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.