I'm currently working on a proof of concept application using Python 3.2 via SQLAlchemy with a MS SQL Server back end. Thus far, I'm hitting a brick wall looking for ways to actually do the connection. Most discussions point to using pyODBC, however it does not support Python 3.x yet.
Does anyone have any connection examples for MS SQL and SQLAlchemy, under Python 3.2?
This is under Windows 7 64b开发者_开发知识库it also.
Thanks.
At this moment none of the known Python drivers to connect to Sql Server had a compatible python 3000 version.
- PyODBC
- mxODBC
- pymssql
- zxjdbc
- AdoDBAPI
精彩评论