> 
> Error message I get is:
> 
> Can't get DBI::db=HASH(0x9e11650)->{Name}: unrecognised attribute at
> /usr/local/lib/site_perl/DBIx/Recordset.pm line 178.
> 
[..]
> 178:  $self->{'*DataSource'} = $data_source->{'Name'} ;

try to change this line to

  $self->{'*DataSource'} = eval { $data_source->{'Name'} ; } ;

Let me know if it works correctly for you after the change.

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
-------------------------------------------------------------


Reply via email to