Recordset.. please help
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,
Re: Recordset.. please help
On Wed, Dec 11, 2002 at 08:10:21PM -0600, Carlos Kassab wrote: > *set = DBIx::Recordset -> Search ({%fdat, >('!DataSource' => $DSN, Insert here: '!Username' => 'myusername', '!Password' => 'mypwd',