Hi,
Just curious.
What's the different between pyodbc and ceodbc ?
Cant the two project merged ?
Given that the ODBC binary api is stable, I believe python-odbc can be
based on ctypes.
This way the re-compilation would no longer needed.
On Mon, 10 Sep 2007 16:58:19 +0700, William Dode <[EMAI
On 2007-09-11 08:06, Sakesun Roykiattisak wrote:
> Hi,
>
> Just curious.
>
> What's the different between pyodbc and ceodbc ?
> Cant the two project merged ?
>
> Given that the ODBC binary api is stable, I believe python-odbc can be
> based on ctypes.
> This way the re-compilation would no lon
I'm pleased to announce the kick-off of acute-dbapi, a DB-API compliance
test suite. Acute is still in it's infancy, but it's reached the level of
maturity that it would benefit from community input. It currently contains
71 tests, and many more will be added soon.
Comments, suggestions, and pat
Still wonder ..
>> Given that the ODBC binary api is stable, I believe python-odbc can be
>> based on ctypes.
>> This way the re-compilation would no longer needed.
> You're underestimating the complexity of the ODBC API specification
> and the hundreds of implementations of it out there.
In