rinceWind has asked for the wisdom of the Perl Monks concerning the following question:
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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Using Class::DBI with Sybase and mixed case columns
by Joost (Canon) on Dec 24, 2004 at 20:44 UTC | |
|
Re: Using Class::DBI with Sybase and mixed case columns
by jplindstrom (Monsignor) on Dec 26, 2004 at 18:04 UTC |