Martin, Thanks for the reply.
Before I do that, I will try finding the version of DBD and DBI that you are using. From my original post I am using DBD 1.07 and DBI 1.43. >[EMAIL PROTECTED] /tmp]$ perl -e 'use DBD::ODBC; print $DBD::ODBC::VERSION;' >1.11 >[EMAIL PROTECTED] /tmp]$ perl -e 'use DBI;print $DBI::VERSION;' >1.45 Thank you... and I hope this works! James
