March 12, 2007 at 11:54 pm
Could any body tell me that when i am executing stored procedure through asp.net 1.1 an exception is fired sometimes in the form of code numbers like 44 , 53 and 56 .
Kindly let me know how to find out the description of these codes and whether they are error codes or something else . kindly reply me its urgent
Thanks & Regards
Nipin
March 13, 2007 at 1:10 am
Something is going wrong in ur sp, so debug it... u could catch t errorno in sp and throw its description there itself
March 13, 2007 at 1:11 am
Something is going wrong in ur sp, so debug it... u could catch t errorno in sp and throw its description there itself
March 13, 2007 at 7:19 am
Is this an ASP error or a SQL error? You can grab information like @@error, @@error_description, etc. and send it back to the client from a stored proc.
If this is design time errors, then look up the error and install custom error messages that you can send back to the client.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply