odbc_table_column(+Connection,
?Table, ?Column)On backtracking, enumerate all columns in all tables.
- Fixed in 8.5.0 (👉f85726b) Cleanup the remains of old work-arounds or broken MS SQLServer SQLColumns() and add a new one. odbc_table_column/3 stops with the error ``Invalid Descriptor Index`` trying to fetch the column name using SQLGetData(). The work-around sets the column with for this query to 8K, avoiding SQLGetData(). Thanks to Fernando Sáenz-Pérez for reporting and providing access to a server.