Hi:

I am trying to use recordset but i do not understand how to tell
recordset my username and password.



$DSN   = 'dbi:mysql:glin';

$table = 'prueba' ;

use DBIx::Recordset ;

*set = DBIx::Recordset -> Search ({%fdat, 
                                   ('!DataSource'   => $DSN,
                                        '!Table' => $table,
                                        '$max'   => 5,)}) ; -]


I have tryed the way DBI does but it does not work.

Thank you in advance for your help


Carlos Kassab


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

Reply via email to