in reply to DB Connection using CGI::Application

Just seeing that there is a variable $sql_dbh to open the ODBC connection but you store $mssql_dbh under param('mydbh'). Probably only a typo in your posting.

  • Comment on Re: DB Connection using CGI::Application

Replies are listed 'Best First'.
Re^2: DB Connection using CGI::Application
by Anonymous Monk on Apr 24, 2013 at 15:42 UTC
    Yes it was a typo, it should be $sql_dbh, trying to make it simple and a typo happened, and the connection doesn't work trying to pass both values thats what I am trying to explain.

      and the connection doesn't work trying to pass both values thats what I am trying to explain.

      But doesn't work is not diagnostic