Trapping SQL Server Errors through froms by code

  • Thread starter Thread starter saso
  • Start date Start date
S

saso

try dlookup on dbo.master.sysmessages. there are all sql
server errors there. you might need to do something about
the "@" and "|" which sql replaces with field names or
table names that are involved in an error when it
displays it, but at least it's something.
 
Back
Top