Fian has asked for the wisdom of the Perl Monks concerning the following question:
(I had to do this direct from CPAN as the ppm thing didn't work. It kept timing out.
I'm behind a corporate firewall so thats probably why.)
Must I save this data to the same drectory as my Perl Source?
At the moment the problem that I have been posting is that
when the script is run I get an error saying that it:
can't locate DBD/ODBC.pm in @INC (@INC contains: c:\bin\perl\lib c:\BIN\perl\site\lib
My directory structure is c:\bin\perl\lib (this is where I have ODBC.pm in the DBD-ODBC-0.28 sub-directory) and c:\bin\perl\site\lib (here I have a dbi and a dbd sub-directory, but no sign of ODBC.pm)
The actual code to access the database is fine, I can handle that, its just installing theses modules and getting the script to find them...
yours,
Losing the head in Belfast,
Fian....
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Extract DBI/DBD to where??
by t0mas (Priest) on Mar 16, 2001 at 15:18 UTC | |
Re: Extract DBI/DBD to where??
by Jouke (Curate) on Mar 16, 2001 at 14:48 UTC | |
Re: Extract DBI/DBD to where??
by ColtsFoot (Chaplain) on Mar 16, 2001 at 15:20 UTC | |
Re: Extract DBI/DBD to where??
by dsb (Chaplain) on Mar 16, 2001 at 19:15 UTC |