An ODBC interface for Python 3?

N

Neil Cerutti

A quick web search yielded no current support for the ODBC
interface for Python 3.

I'd like to get a simple "tracer bullet" up and running ASAP. I
need to connect to an MSSQL database from Windows XP/2000, using
an ODBC interface.

Is this a case where I'll need to go back to Python 2.6?
 
T

Tim Golden

A quick web search yielded no current support for the ODBC
interface for Python 3.

I'd like to get a simple "tracer bullet" up and running ASAP. I
need to connect to an MSSQL database from Windows XP/2000, using
an ODBC interface.

Is this a case where I'll need to go back to Python 2.6?

pyodbc has a branch which supports Py3k. I've installed it and
it worked ok. Can't get hold of the web at the moment, but I'm
sure you'll be able to find it.

TJG
 
N

Neil Cerutti

pyodbc has a branch which supports Py3k. I've installed it and
it worked ok. Can't get hold of the web at the moment, but I'm
sure you'll be able to find it.

Thanks, Tim.

I did see that support for pyodbc for Python 3 was really close
to being released.

There's odbc support using pywin32's odbc module as well, which
should be more than sufficient. My web search skillz apparently
were not up to snuff this morning.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,777
Messages
2,569,604
Members
45,216
Latest member
topweb3twitterchannels

Latest Threads

Top