PyPyODBC - A Pure Python ODBC module by ctypes
Project description
PyPyODBC - A Pure Python ctypes ODBC module
Features
Pure Python, compatible with PyPy (tested on Win32) and IronPython
Almost totally same usage as pyodbc
History
- Version 0.8.1 Aug 26 2012
Fixed the long type parameter issue
- Version 0.8 Aug 25 2012
Added getinfo method
- Version 0.7 Jul 28 2012
Fixed text/ntext issues