How to connect to SQL server 2017 from mac using python pyodbc

I develop a pet project using python and SQL server. I just solved a problem connecting to SQL server from python using pyodbc.

The short explanation is that pyodbc requirers SQL driver which is available for free from Microsoft.

If you wish to follow this guide you should have brew installed on your mac before you start.

There is a useful guide which explains how to use pyodbc here: https://datatofish.com/how-to-connect-python-to-sql-server-using-pyodbc/

when I tried to connect the SQL server using the connection function - 

conn = pyodbc.connect('Driver={SQL Server};'
                      'Server=server_name;'
                      'Database=db_name;'
                      'Trusted_Connection=yes;')

I received the following error:

pyodbc.Error: ('01000', "[01000] [unixODBC][Driver Manager]Can't open lib 'SQL Server' : file not found (0) (SQLDriverConnect)")

The problem is with the driver "SQL Server".

To solve this issue I followed the guide provided by Microsoft: https://docs.microsoft.com/en-us/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server?view=sql-server-2017

I modified the connection string to use the new ODBC driver 

Driver={ODBC Driver 17 for SQL Server};Server=localhost;Database=myDatabase;UID=myUser;PWD=p@55word123;

Problem solved!

 

Spread the love

246 Replies to “How to connect to SQL server 2017 from mac using python pyodbc”

  1. Pingback: Leandro Farland
  2. Pingback: Leandro Farland
  3. Pingback: MILF City
  4. Pingback: Lila Lovely BBW
  5. Pingback: Make My Assignment
  6. Pingback: valentines gift
  7. Pingback: valentine pillow
  8. Pingback: Click Here
  9. Pingback: Click Here
  10. Pingback: Click Here
  11. Pingback: Click Here
  12. Pingback: Click Here
  13. Pingback: Click Here
  14. Pingback: Click Here
  15. Pingback: Click Here
  16. Pingback: Click Here
  17. Pingback: Click Here
  18. Pingback: Click Here
  19. Pingback: Click Here
  20. Pingback: Click Here
  21. Pingback: Click Here
  22. Pingback: Click Here
  23. Pingback: Click Here
  24. Pingback: Click Here
  25. Pingback: Click Here
  26. Pingback: no code robotics
  27. Pingback: Click Here
  28. Pingback: Click Here
  29. Pingback: Click Here
  30. Pingback: Click Here
  31. Pingback: Click Here
  32. Pingback: Click Here
  33. Pingback: Click Here
  34. Pingback: Click Here
  35. Pingback: Click Here
  36. Pingback: Click Here
  37. Pingback: Click Here
  38. Pingback: Click Here
  39. Pingback: Click Here
  40. Pingback: Click Here
  41. Pingback: Click Here
  42. Pingback: Click Here
  43. Pingback: Click Here
  44. Pingback: Click Here
  45. Pingback: Click Here
  46. Pingback: Click Here
  47. Pingback: Click Here
  48. Pingback: Click Here
  49. Pingback: Click Here
  50. Pingback: Click Here
  51. Pingback: Click Here
  52. Pingback: Click Here
  53. Pingback: Click Here
  54. Pingback: Click Here
  55. Pingback: Click Here
  56. Pingback: Click Here
  57. Pingback: Click Here
  58. Pingback: Click Here
  59. Pingback: Click Here
  60. Pingback: Click Here
  61. Pingback: Referral Program
  62. Pingback: Click Here
  63. Pingback: Click Here
  64. Pingback: Click Here
  65. Pingback: Click Here
  66. Pingback: Click Here
  67. Pingback: Click Here
  68. Pingback: Click Here
  69. Pingback: Click Here
  70. Pingback: Click Here
  71. Pingback: Click Here
  72. Pingback: Click Here
  73. Pingback: Click Here
  74. Pingback: Click Here
  75. Pingback: Click Here
  76. Pingback: Click Here
  77. Pingback: Click Here
  78. Pingback: domain-broker
  79. Pingback: gym
  80. Pingback: cardano nft
  81. Pingback: Google reviews
  82. Pingback: fish amoxicillin
  83. Pingback: 2023 Books
  84. Pingback: birth records
  85. Pingback: obituaries
  86. Pingback: rip
  87. Pingback: online memorial
  88. Pingback: find people
  89. Pingback: IRA Empire
  90. Pingback: speakers
  91. Pingback: Career services
  92. Pingback: Dr Hanan Khalifa
  93. Pingback: Academic programs
  94. Pingback: Accounting courses
  95. Pingback: Political Science
  96. Pingback: Economics
  97. Pingback: Political science
  98. Pingback: Summer Courses
  99. Pingback: education system
  100. Pingback: IT Professionals
  101. Pingback: Specializations
  102. Pingback: CPC 2023
  103. Pingback: العقاقير
  104. Pingback: fue location

Leave a Reply