0

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.

lennon310
  • 12,503
  • 11
  • 43
  • 61

1 Answers1

0

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.

Community
  • 1
  • 1
Peter Pan
  • 23,476
  • 4
  • 25
  • 43