On Sat, 2004-07-24 at 19:14, NandKishore.Sagi wrote:
> $data_source = "dbi:DriverName:database_name" ;
>
> Can't locate DBD/DriverName.pm in
Change "DriveName" to the name of the driver you want to use (e.g.
mysql)
Change "database_name" to the name of the database you want to use.
--
David
Hi All ,
I need some help with DBI. This is the first time I am working
with DBI module and am pretty new to perl too. I am trying to connect to
a database to execute some queries. I had written a code which is shown
below (It is actually a partial code for just connecting to database). I