I am doing my project in perl. I want to have database connectivity with oracle. I have installed DBI.pm DBD.pm .But I get the following error.
" Can't locate loadable object for module DBI in @INC (@INC contains: C:/Perl/lib C:/Perl/site/lib .) at :/Perl/site/lib/DBI.pm line 252 BEGIN failed--compilation aborted at C:/Perl/site/lib/DBI.pm
line 252. "
Sir, I am working with perl on Windows2000. So please reply me how to
establish a connection with the database.Why the above error comes so?
Read README for build and install instructions. DBI includes binary components, so just copying DBI.pm to some random directory will not work.
For ActivePerl, install DBI and DBD-Oracle using PPM.
http://dev.isystek.com/dbi/fom-serve/cache/62.html
-- Mac :}) ** I usually forward private questions to the appropriate mail list. ** Ask Smarter: http://www.catb.org/~esr/faqs/smart-questions.html Give a hobbit a fish and he eats fish for a day. Give a hobbit a ring and he eats fish for an age.
