in reply to CGI and ODBC (progress)

I once had a problem with CGI and a Sybase database that was caused by a missing environment variable.

Just put something like print map {"$_ = $ENV{$_}\n"} sort (keys %ENV); into your script and see if there are any ODBC related settings.

If there are some, try setting them using $ENV{'SOMETHING'} = 'value';.

Replies are listed 'Best First'.
Re^2: CGI and ODBC (progress)
by Anonymous Monk on Apr 28, 2010 at 18:49 UTC