I have a CGI program in which I am trying to access a database. When I run the code in 
active state feeding it the input from the form it runs fine. When I try to run it as 
a cgi from IE using Apache web server the data from the form comes in fine but it can 
not seem to attach to the database.

Is there anyway to see the errors that the DBI:ODBC is generating when the application 
is being run from the server? Any ideas why the ODBC connect is failing?

$dbh = DBI->connect("DBI:ODBC:$SERVER", $USER, $PASSWORD);

Reply via email to