Wednesday, March 7, 2012

managing errors

How can i know (outside de sql server lets say ASP or VB) ... wich was the last sql statment that make the error happens ...

there is any way to know this ...

i dont know if you get ... it ... i would like the SQL ( insert, update ...) statment that make the error "oledb...." happens

thanks .....

VPcreate error_log table and store your errors there. this is a responsibility of a developer to perform error trapping.

No comments:

Post a Comment