Subject | RE: [ib-support] Help on Firebird Error messages! |
---|---|
Author | Wilson, Fred |
Post date | 2003-05-07T14:36:29Z |
Are you letting the users create and execute SQL statements themselves, or
is this what your application is doing and that message is bubbled back up
to the users ??
If it's an application, and that's the SQL that the application is
executing, then you should have exception handling code in your application
to catch any exceptions thrown by the server.. We never let a server
exception bubble up in our applications for the users to see. The
applications trap all exceptions and display, for the user, meaningful
messages..
Best regards,
Fred Wilson
SE, Böwe Bell & Howell
fred.wilson@... <mailto:fred.wilson@...>
-----Original Message-----
From: Kiran [mailto:kiran@...]
Sent: Wednesday, May 07, 2003 12:38 AM
To: IB Support (E-mail)
Cc: Indug (E-mail)
Subject: [ib-support] Help on Firebird Error messages!
Sensitivity: Personal
Hello Everyone!
I am using Firebird database with few master detail tables , whenever I try
to delete the records from the these tables I get an error
(violation of FOREIGN KEY constraint "INTEG_55" on table "MY_MASTER_TABLE"
). I can understand that this is related to foreign key.
but the end user cannot. So, can we have more friendly error messages in
Firebird ? or say Constant Error Messages ?? so that the end user can
understand easily what he's doing wrong?. Or will I have to write on my own
all these Error codes into user friendly messages ???
help will be greatly appreciated!
Warm Regards
Kiran Kumar.
Yahoo! Groups Sponsor
<http://rd.yahoo.com/M=251812.3170658.4537139.1261774/D=egroupweb/S=17051153
86:HM/A=1564416/R=0/*http://www.netflix.com/Default?mqso=60164797&partid=317
0658>
<http://us.adserver.yahoo.com/l?M=251812.3170658.4537139.1261774/D=egroupmai
l/S=:HM/A=1564416/rand=356437125>
To unsubscribe from this group, send an email to:
ib-support-unsubscribe@egroups.com
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
<http://docs.yahoo.com/info/terms/> .
[Non-text portions of this message have been removed]
is this what your application is doing and that message is bubbled back up
to the users ??
If it's an application, and that's the SQL that the application is
executing, then you should have exception handling code in your application
to catch any exceptions thrown by the server.. We never let a server
exception bubble up in our applications for the users to see. The
applications trap all exceptions and display, for the user, meaningful
messages..
Best regards,
Fred Wilson
SE, Böwe Bell & Howell
fred.wilson@... <mailto:fred.wilson@...>
-----Original Message-----
From: Kiran [mailto:kiran@...]
Sent: Wednesday, May 07, 2003 12:38 AM
To: IB Support (E-mail)
Cc: Indug (E-mail)
Subject: [ib-support] Help on Firebird Error messages!
Sensitivity: Personal
Hello Everyone!
I am using Firebird database with few master detail tables , whenever I try
to delete the records from the these tables I get an error
(violation of FOREIGN KEY constraint "INTEG_55" on table "MY_MASTER_TABLE"
). I can understand that this is related to foreign key.
but the end user cannot. So, can we have more friendly error messages in
Firebird ? or say Constant Error Messages ?? so that the end user can
understand easily what he's doing wrong?. Or will I have to write on my own
all these Error codes into user friendly messages ???
help will be greatly appreciated!
Warm Regards
Kiran Kumar.
Yahoo! Groups Sponsor
<http://rd.yahoo.com/M=251812.3170658.4537139.1261774/D=egroupweb/S=17051153
86:HM/A=1564416/R=0/*http://www.netflix.com/Default?mqso=60164797&partid=317
0658>
<http://us.adserver.yahoo.com/l?M=251812.3170658.4537139.1261774/D=egroupmai
l/S=:HM/A=1564416/rand=356437125>
To unsubscribe from this group, send an email to:
ib-support-unsubscribe@egroups.com
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
<http://docs.yahoo.com/info/terms/> .
[Non-text portions of this message have been removed]