in reply to Re^3: Win32::ODBC FetchRow
in thread Win32::ODBC FetchRow

Well, no, I didn't want to install such an old DLL! That could result in any number of problems down the road. This is a large and complex app with lots of queries and updating, and I just can't risk it.

Now I'm looking into DBI::ODBC to access the CodeBase driver, in the hopes that it will use SQLFetch instead of SQLExtendedFetch.

Many thanks for all your help! It's much appreciated.

Stephen