I am using the Sybase::Dblib module to run my sql query.
I have one stored proc which takes ID as argument and returns the record associated with that ID.
In case there is no record for that ID it prints
Now when i call this from the URL it prints everything on the browser and i dont want that error messages to be printed on the browser.
Is there any way for not allowing that code to be printed on the browser and i dont have permission to change the stored proc.
I am using this code.
is the culprict which prints everything on the screen and i can't get away from calling this function.
Thanks.