News

I'm trying to access an sql server via DSN in python. I have downloaded the module pyodbc to help me do this. It works fine if I don't use odbc or if I use the code: connection = pyodbc.connect ...
I'm using pyodbc 3.0.6, OS X 10.8, system iODBC, FreeTDS 0.91. Connecting to a SQL Server database, attempting to select a single row in a table that contains a column of type decimal (18,2), ...
Basically, SQL Server's 2,100 parameter limitation does not appear to be accounted for in this repo, like it is in the native backends in Django (i.e. Oracle). I appreciate any help on this! This is a ...