Re: [GENERAL] Catch individual exceptions

2006-05-05 Thread chris smith
On 3 May 2006 19:16:17 -0700, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: hi all, i want to capture individual sqlexceptions and for each different exception i want to display a different message to the user. the problem is how should i capture from the exception of its type-content and then dis

[GENERAL] Catch individual exceptions

2006-05-05 Thread sconeek
hi all, i want to capture individual sqlexceptions and for each different exception i want to display a different message to the user. the problem is how should i capture from the exception of its type-content and then display a customised message. all help appreciated. thanks. --