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

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^3: Running stored procedure through perl script
by Corion (Patriarch) on Mar 04, 2010 at 08:19 UTC

    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.

      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.