in reply to Re: Connecting to mySQL using DBIx::Recordset - table name upper case problem
in thread Connecting to mySQL using DBIx::Recordset - table name upper case problem

Thanks for your help, I solved my problem by setting the following variable:
$DBIx::Recordset::PreserveCase = 1;
  • Comment on Re: Re: Connecting to mySQL using DBIx::Recordset - table name upper case problem
  • Download Code