Hi ,
>
> I need help installing DBIx::Recordset.
>
> the make test failed at:
> DBIx::Database setup...
> Test terminated with fatal error! Look at test.log
> *** Error exit code 2
>

This normaly occurs when in the database that you are using for the test
other tables exists. Normaly this isn't a problem and it should be safe to
ignore this test problem.

>
> This Recordset Page will NOT connect;
>
> [-
> use DBIx::Recordset ;
>   %setup = (
>   '!DataSource' => "dbi:Oracle:ruby_tsoc",
> '!Username' => "emerald",
> '!Password' => "swordfish"

You need a

'!Table' => 'foo'

to setup a recordset. I am not sure if this has anything to do with error,
but let's give it a try

>   ) ;
> *set = DBIx::Recordset -> Setup(\%setup) ;
> -]


Gerald



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

Reply via email to