I'm having a problem with getting Class::DBI to talk to a legacy Sybase database. Unfortunately, the people who designed the application that uses said database, used studlyCaps for the column names (ugh! *****y C++ programmers :( ).
Using SQL from DBI works fine for me. I get back exactly what I expect. But it seems that Class::DBI insists on lowercasing all the column names, which are then rejected by Sybase SQL as invalid. Is Sybase the only database with case sensitive column names?
Is there a hook or a handle to persuade Class::DBI or Class::DBI::Sybase not to do this, and to present the column names as I have given them?
--
I'm Not Just Another Perl Hacker
In reply to Using Class::DBI with Sybase and mixed case columns by rinceWind
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |