I am currently switching accounting packages from Msft Dynamics(MSSQL) to Quickbooks Enterprise.
I have lots of custom python code linking my accounting package and website and I am trying to convert that.
I have run into a big problem.
My desktop is Windows 7 64 bit and I have everything installed 64 bit on it.
Quickbooks is 32 bit - their ODBC (Qodbc) is 32 bit, but they use an interpretor DS to transalte to 64 bit.
This tool (Qremote) is not compatible with pyodbc. I have worked with Qodbc tech department and they have issued a bug ticket.
So what are my options?
There is a 32 bit QODBC driver installed on my system which would theoretically work with 32 bit pyodbc.
Pyodbc32 bit wont work with my 64 bit python install - right?
Is that any way to bridge from pyodbc32 to pyodbc64 ?
Any third party solutions anyone know about?
Stuck in the Middle