I get this error....
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:
install_driver(ODBC) failed: Can't locate DBD/ODBC.pm in @INC (@INC contains: C:/Perl/lib C:/Perl/site/lib .) at (eval 1) line 3.
Perhaps the DBD::ODBC perl module hasn't been fully installed,
or perhaps the capitalisation of 'ODBC' isn't right.
Available drivers: DBM, ExampleP, File, Proxy, Sponge.
at C:\Inetpub\scripts\14-05.pl line 4
Running this perl (not complete)
#!C

use DBI;
$dbhandle = DBI->connect("dbi:ODBC:address");
$sqlstatement="SELECT firstname, lastname FROM addresstable";
I do a search/find and get these results
ODBC.pm C:\Per\site\lib\Win32
ODBC.pm C"|Perl\site\lib\DBI\Const\Getinfo
Here is the path in AUTOEXEC.BAT
C:\>path
PATH=C:\PERL\BIN\;C:\WINDOWS;C:\WINDOWS\COMMAND;C:\PROGRA~1\MICROS~3\OFFICE;C:\;
C:\BAT;C:\PROGRA~1\BORLAND\COMMON~1\BDE;D:\MSSQL7\BINN;C:\PROGRA~1\MTS
Any help would be most appreciated.
Thanks,
Kent (the worrier)