in reply to Re^2: Running stored procedure through perl script
in thread Running stored procedure through perl script

I can't give you a solution because you're not giving me much to work with. Check all your calls for errors. Check that you are running the code you are modifying. Check that $RS is defined in all cases.

Replies are listed 'Best First'.
Re^4: Running stored procedure through perl script
by chandanperl (Novice) on Mar 04, 2010 at 08:29 UTC
    can you tell me what is "WSID" stands for in $ConnStr.

      I don't know. Maybe read the documentation of the database driver you are using? Maybe it stands for "Work Station ID". Maybe it stands for "Weather Speak Is Dangerous". Where did you get that string from? Maybe look through http://www.connectionstrings.com/, which lists connection strings for lots and lots of ODBC drivers.