News

I came across this issue while I was building a FastAPI application while using aioodbc to fetch data from a sql server database. But I think it is actually fundamentally a pyodbc problem. So from my ...
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), ...