Gossamer Forum
Home : General : Databases and SQL :

Re: [seth_h] Strange CGI/DBI Error, not present at CMD prompt, though.

Quote Reply
Re: [seth_h] Strange CGI/DBI Error, not present at CMD prompt, though. In reply to
Hi,

Most likely the IIS user does not have permission to access the ODBC data source you are using.

Add:

use CGI::Carp qw/fatalsToBrowser/;

to your script to have any fatals that are generated go to your browser.

Cheers,

Alex
--
Gossamer Threads Inc.
Subject Author Views Date
Thread Strange CGI/DBI Error, not present at CMD prompt, though. seth_h 4416 Dec 18, 2003, 9:26 PM
Post Re: [seth_h] Strange CGI/DBI Error, not present at CMD prompt, though.
Alex 4129 Dec 30, 2003, 8:01 PM