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 longer needed.

You're underestimating the complexity of the ODBC API specification
and the hundreds of implementations of it out there.

> On Mon, 10 Sep 2007 16:58:19 +0700, William Dode <[EMAIL PROTECTED]> wrote:
> 
>> On 10-09-2007, Satomi Ninomiya wrote:
>>
>>> Dear  Sir/Madam,
>>>
>>> Nice to meet you.
>>> I have a question about Python  Database API Specification v2.0.
>>> http://www.python.org/dev/peps/pep-0249/
>>> I would like to access the database connected by ODBC and am looking  
>>> for a
>>> sample code for that.
>>>
>>> If you have it, Could you kindly let me know about it, please?
>> You should look at http://pyodbc.sourceforge.net/
>>
> 
> 
> _______________________________________________
> DB-SIG maillist  -  DB-SIG@python.org
> http://mail.python.org/mailman/listinfo/db-sig

-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, Sep 11 2007)
>>> Python/Zope Consulting and Support ...        http://www.egenix.com/
>>> mxODBC.Zope.Database.Adapter ...             http://zope.egenix.com/
>>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
________________________________________________________________________
2007-08-22: Released mxODBC 3.0.1              http://python.egenix.com/

:::: Try mxODBC.Zope.DA for Windows,Linux,Solaris,MacOSX for free ! ::::


   eGenix.com Software, Skills and Services GmbH  Pastor-Loeh-Str.48
    D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
           Registered at Amtsgericht Duesseldorf: HRB 46611
_______________________________________________
DB-SIG maillist  -  DB-SIG@python.org
http://mail.python.org/mailman/listinfo/db-sig

Reply via email to