I'm attempting to pull data from Sage across the ProvideX ODBC connection via external application (Python, C#, etc). After I establish a connection using the existing Data Source, every subsequent attempt to read any table returns the following error message from the driver: [S0000] [ProvideX][ODBC Driver][FILEIO]Table is not accessible (12).
Why is the driver convinced the tables are unreadable? The data source I'm using to connect is able to read tables in other contexts (via Excel, Access, etc.)