DBI.pm

DBI.pm

am 21.03.2006 12:31:21 von gp.bayars.koppa

------=_Part_19723_13484597.1142940681300
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

" Can't locate loadable object for module DBI in @INC (@INC contains:
C:/Perl/lib C:/Perl/site/lib .) at C:/Perl/lib/DBI.pm line 255 ".

i am getting this error while i execute the program.

please give me solutions.

--
Thanks & Regards

Ganesh Prasad A K
Parity Computing India (P) Ltd.
1133/E, Service Road, RPC Layout
Vijayanagar
Bangalore-560040

PH: (080) 23143193

------=_Part_19723_13484597.1142940681300--

Re: DBI.pm

am 21.03.2006 16:17:56 von me

On Tuesday 21 March 2006 5:31 am, Ganesh Prasad A K wrote:
> " Can't locate loadable object for module DBI in @INC (@INC contains:
> C:/Perl/lib C:/Perl/site/lib .) at C:/Perl/lib/DBI.pm line 255 ".
>
> i am getting this error while i execute the program.
>
> please give me solutions.
>

did you:

PPM3> install DBI
PPM3> install DBD_< some driver to your database>

I think you will have more success on this message board if you provide even
the most minimal information like:

1) Type and version of database you want to connect
2) What Perl modules you have installed
3) What you have done so far to get to this point, where you get the error

Lastly, while English may not be your first language, if you are polite,
people will gladly answer your questions.

Jay