Once I have downloaded the DBD/DBI for NT I have to unzip it.
(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....
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.