I'd like to automate exporting data out of an existing Access database, using DBI/DBD::ODBC, I guess. I need a proper description of each column in a table, in order to reconstruct a complete CREATE TABLE statement.
My guess is that the func() method in DBD::ODBC could help. I've
experimented a little with
$sth->func($col, 'DescribeCol')
but the results don't mean too much to me. I'm stuck. Help?
--
Bart.
