Trapping SQL Server Errors through froms by code

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top