Conect to a database or data source using on ODBC connection string or ODBC data source name (DSN), and test and run any SQL queries supported by the data source. Some aditional features like listing ...
OK, so I'm using ODBC with PostgreSQL and python and added a "data source" in the control panel->administrator tools->ODBC Data Source Administrator as PostgreSQL30 (note this is under Vista so the ...
Figured it might be an issue with the driver's support for threading, so tried not enabling connection pooling, and just calling read_arrow_batches_from_odbc, assuming it would create a new connection ...