Re: [python-win32] Trouble finding MSOLAP provider with adodbapi

2022-12-09 Thread savoy
That's a 32-bit DLL.  Your ODBC driver needs to match your Python bittedness, and most of us run 64-bit Python.  Is there a 64-bit version of the connector? Well this is a lapse for me, I entirely misread the download link for the 64-bit version labeled as "amd64" as "arm64". I'm not very used

Re: [python-win32] Trouble finding MSOLAP provider with adodbapi

2022-12-06 Thread Tim Roberts
savoy wrote: I've downloaded the most up-to-date MSOLAP library from Microsoft's site (16.0.56.19) and installed it. The location of the library is then saved as C:\\Program Files (x86)\Microsoft Analysis Services\AS OLEDB\140\msolap.dll. That's a 32-bit DLL.  Your ODBC driver needs to match y

[python-win32] Trouble finding MSOLAP provider with adodbapi

2022-12-06 Thread savoy
I'm trying to use python to connect to a Microsoft Analysis Services cube for MDX queries due to the phasing out of a SQL server that used to fill its place as the access point. I've downloaded the most up-to-date MSOLAP library from Microsoft's site (16.0.56.19) and installed it. The location of