How do I find the SQL azure
driver for my pypyodbc
application.
[gte 2.0] --> Content relevant to Named Framework versions 2.0 and greater.
How do I find the SQL azure
driver for my pypyodbc
application.
[gte 2.0] --> Content relevant to Named Framework versions 2.0 and greater.
There was an existing SO thread pypyodbc: [Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionWrite (send()), which got some issue when using pypyodbc
. Based on your short & unclear description, I don't know why you want to use it to connect SQL Azure, and whether you will also get the similar issue. So I suggest you can consider for using Azure offical recommended Python driver pyodbc
or pymssql
, please see the document for them to knwo how to install & use these driver.