issue in locating Dynaloader

------=_Part_113841_2425611.1170218267222
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hi,

This is Tapas.I am very new to the perl.
I have got an error while connecting to the SQL Server
database.I have added Win32::OLE,DBI and DBD::ODBC module.I am getting error
"can't locate loadable object for module DBi in INC path.I have added
Dynaloader , Exporter and Carp in INC path.But still it is showing the
error can't locate specially the Dynaloader.
Kindly help me out on the issue.

Regards,
Tapas .

------=_Part_113841_2425611.1170218267222--
tapas.swain [ Mi, 31 Januar 2007 05:37 ] [ ID #1614603 ]

Re: issue in locating Dynaloader

On Wed, 31 Jan 2007 10:07:47 +0530, Tapas Swain wrote:

Hi Tapas

> "can't locate loadable object for module DBi in INC path.I have

Perl is a case-sensitive language. In a program you must say:

use DBI; # D, B and I all in upper case.

> added Dynaloader , Exporter and Carp in INC path.But still it is

Don't add anything to INC.

--
Cheers
Ron Savage, ron [at] savage.net.au on 31/01/2007
http://savage.net.au/index.html
Let the record show: Microsoft is not an Australian company
ron [ Mi, 31 Januar 2007 10:31 ] [ ID #1614604 ]
Perl » perl.dbi.users » issue in locating Dynaloader

Vorheriges Thema: installing DBD-Informix on fedora 6
Nächstes Thema: Connect to a remote MS SQL database