문제

How can i connect to remote MS Access DB using pyodbc, before i can able to connect to MS SQL server using pyodbc via freetds. But if i use the same freetds configuration for remote access, 'i'm not getiing the success.

Any suggestions?

도움이 되었습니까?

해결책

freeTDS is ODBC driver for using the TDS communication protocol. MS SQL Server uses the TDS protocol.

Access does not, so it is not a surprise that it doesn't work. What you need is an ODBC driver for the Jet engine used by Access. And it exists. It is called libmdb. You can install the packages to get it set up.

Read MDB Tools Installation Guide for more information.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top