News

Attach the layer to the function where you want to use pyodbc. You should now be able to use pyodbc in your AWS Lambda function with Python 3.9. As always, make sure to test your function thoroughly ...
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 ...
just checking out the new python 3.11, an old application of mine fails to establish the second connection to the same MS SQL server. works every time if I send the connection parameters on a single ...