in reply to Re^2: Extracting data from an Ms ACCESS query
in thread Extracting data from an Ms ACCESS query

I used DBI style method calls for running the sql, you need to find an equivalent method call for the ODBC module you are using. (Maybe $dbh->Sql ? I don't know, I don't use windows)
  • Comment on Re^3: Extracting data from an Ms ACCESS query