Re: [GENERAL] application readable error message

2008-12-15 Thread SunWuKung
On Dec 14, 9:31 pm, r...@iol.ie ("Raymond O'Donnell") wrote: > On 13/12/2008 19:13, SunWuKung wrote: > > I suppose it depends on your development language/environment I use > Delphi a lot, and exceptions contain the error message. Sure, but it would mean parsing the text of the error messages

Re: [GENERAL] application readable error message

2008-12-14 Thread Raymond O'Donnell
On 13/12/2008 19:13, SunWuKung wrote: > I am trying to return an application error message on certain db > raised errors to the form the info came from. > What is the usual way for an application to identify the source of an I suppose it depends on your development language/environment I use