Home
Releases
Discussions
Issue Tracker
Source Code
Stats
People
License
RSS RSS Feed
Search Wiki:
Project Description
SQL error message enumeration is basically the master..sysmessages translated into .net symbolic constants or enum. Because the master..sysmessages table contains 3800 rows, it might not be efficient to include all messages but only the messages you are using (or does it even matter?)

Divide and conquer - code on demand
I do not want to translate all the messages so, contribute to this project by adding your own translation to the SqlExceptionNumber.cs, and send the updated file to me so I can review and release it.

SqlExceptionNumberCollapsed.gif
Last edited Mar 21 at 4:35 PM  by topmcsd, version 2
Comments
No comments yet.

Updating...