in reply to Re: Re: DBIx::XML_RDB and Oracle?
in thread DBIx::XML_RDB and Oracle?
Which leads me to believe if you put "Oracle" as your driver and have DBD::Oracle installed properly it should work.$self->{dbh} = DBI->connect("dbi:$driver:". $self->{datasource}, $user +id, $password);
|
|---|