Re: [DB-SIG] questions for Python Database API Specification v2.0

2007-09-14 Thread Sakesun Roykiattisak
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

Re: [DB-SIG] questions for Python Database API Specification v2.0

2007-09-13 Thread M.-A. Lemburg
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

Re: [DB-SIG] questions for Python Database API Specification v2.0

2007-09-11 Thread Sakesun Roykiattisak
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

Re: [DB-SIG] questions for Python Database API Specification v2.0

2007-09-11 Thread M.-A. Lemburg
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

Re: [DB-SIG] questions for Python Database API Specification v2.0

2007-09-11 Thread Sakesun Roykiattisak
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

Re: [DB-SIG] questions for Python Database API Specification v2.0

2007-09-10 Thread William Dode
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. > >

Re: [DB-SIG] questions for Python Database API Specification v2.0

2007-09-10 Thread Satomi Ninomiya
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

Re: [DB-SIG] questions for Python Database API Specification v2.0

2007-09-10 Thread Dmitry Selitsky
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: --

[DB-SIG] questions for Python Database API Specification v2.0

2007-09-09 Thread Satomi Ninomiya
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,