Pyodbc error Data source name not found and no default driver specified paradox

后端 未结 4 1370
孤城傲影
孤城傲影 2020-12-05 04:48

I am attempting to use pyobdc to read data from a paradox database, and I keep getting the following error when attempting to connect to the database:



        
4条回答
  •  广开言路
    2020-12-05 05:34

    The shortcut for setting ODBC data sources maybe pointing to the 32bit data sources instead of 64bit.

    Go to control panel -> administrative tools --> select data sources(ODBC) --> then right click on that file --> go to properties --> in the shortcut tab -> change the path from %windir%\System32\odbcad32.exe to

    %windir%\SysWOW64\odbcad32.exe

提交回复
热议问题