xfODBC Python
We have a customer that would like to write a Python 3.9 app to connect to our xfODBC driver.
The initial try resulted in: Traceback (most recent call last): File "<stdin>", line 1, in <module> pyodbc.Error: ('HY000', "[HY000] [TOD][ODBC][GENESIS]Synergy DBMS: Cannot open 'GENESIS_COLUMNS',No privilege to this file or directory (-55) (SQLColumns)")
They were able to overcome this by adding a read only flag and converted their connections string to key-value pairs.
They are now wanting to establish an ORM (Object Relational Mapper) layer and are struggling finding a dialect that works with xfODBC.
Anyone out there have any experience with this? Would appreciate any input.
Best,
Gayle