Subject: | DBD::ODBC maps column names incorrectly with unixodbc |
Hi Jeff,
We've managed to get unixodbc working under Ubuntu so that we can read
an MS Access database using the libmdb tools package. Yes, it was a
complex setup. Perhaps we'll have time at the end of our project to send
over some documentation.
In the meantime, I want to point out a problem with the column_info
function which is impacting the ability to do fetches into hashes.
Instead of the column name showing up in column 4 of the column_info
query, it's instead showing up in column 9. I suspect this is either a
libmdb or unixodbc error but wanted to make you aware of it.
Back to mapping arrays...
Thanks,
William