Re: Error look up in .NET
- From: "Dave Sexton" <dave@jwa[remove.this]online.com>
- Date: Wed, 13 Sep 2006 18:15:50 -0400
Hi Krish,
For what purpose do you intend to use the lookup table?
Depending upon your answer your choices are numerous; XML, flat-file, database, embedded resource, Hashtable, class, constants,
etc.
--
Dave Sexton
"Krish" <balacr@xxxxxxxxx> wrote in message news:1158137187.979418.242560@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi All,
I want to maintain a error lookup table (ErrorCode - Error Message) for
my application. Can anyone suggest the best way to do it.
One way would be to store it in a Database table. Is there any other
better option?
Can I use resource file for it? or some other option is there in .Net.
I have seen VC++ programs using .h file for the same purpose. Is there
something similar in .NET?
Regards
Krish
.
- References:
- Error look up in .NET
- From: Krish
- Error look up in .NET
- Prev by Date: Re: converting byte[] to image file
- Next by Date: Best Practice from Oracle DB to DataGridView
- Previous by thread: Error look up in .NET
- Next by thread: overriding a method of a different DLL
- Index(es):
Relevant Pages
|