I see. Thanks for the perspective.
BTW. If I'd like to get to know more about odbc, what is your
recommendation ?
I can't find many books on odbc, eventhough it should be the standard db
connectivity.
Thanks.
> Sakesun Roykiattisak wrote:
>> Still wonder ..
>>
Given that the ODBC binar
Sakesun Roykiattisak wrote:
> 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 o
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
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
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 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.
>
>
Hi, Dmitry
Thank you for a quick response.
It is really helpful for me.
Thanks,
satomi
[EMAIL PROTECTED]
09/10/2007 06:44 PM
To
Satomi Ninomiya/db/[EMAIL PROTECTED]
cc
db-sig@python.org
Subject
Re: [DB-SIG] questions for Python Database API Specification v2.0
Hello Satomi,
> I h
Hello Satomi,
> 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.
Here I've pasted some simple examples:
--
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,