>DBIx::Database -> new ({'!DataSource'   => 'DBI:mysql:Memphis',
>                        '!Username'     => 'root',
>                        '!Password'     => 'escher',
>                        '!KeepOpen'     => 1,
>                        '!SaveAs'       => 'memphis',
>                        '$PreserveCase' => 1,
>                        '!DBIAttr'      => {PrintError => 0,
>                                            RaiseError => 1,
>                                            AutoCommit => 1},
>                       }) || throw $DBI::errstr;

$PreserveCase is a global and not a parameter, write

$DBIx::Recordset::PreserveCase = 1 ;

before your call to new. Unfortunately this will affect all the calls to
DBIx::Recordset, also to other databases

>As a last resort, would symlinking the tables to new names
>endanger the consistency of the db? Anyone tried that?

I don't know for sure, but I would expect that you get database inconsitency
if you do that

Gerald

-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to