4.8.12 : New format exception message

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for InterBase & Firebird in Delphi and C++Builder
Post Reply
ricolebo
Posts: 40
Joined: Tue 12 Feb 2008 12:30

4.8.12 : New format exception message

Post by ricolebo » Fri 13 May 2016 08:08

Hi,

I don't why, but the format of exception message is changed on many versions of the driver and each time I must change my program...

Is possible to have always the same format ?

Code: Select all

in  4.1.2 : exception 1'#$D'RAISEEXCEPTION'#$D
in 4.3.5 : exception '#$D'exception 1
In 4.6.9 : exception exception 1
In 4.8.12 : exception .'#$D'exception 1 
Thank you

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: 4.8.12 : New format exception message

Post by ViktorV » Fri 13 May 2016 10:04

We changed the format of error notification according to numerous user requests. The format in the dbExpress driver for InterBase & Firebird version 4.8.12 is final and it will remain unchanged.

ricolebo
Posts: 40
Joined: Tue 12 Feb 2008 12:30

Re: 4.8.12 : New format exception message

Post by ricolebo » Fri 13 May 2016 11:29

It suits to me if the format stays unchanged now
I 'am just surprise that users asked you to replace exception exception 1 by exception .'#$D'exception 1
What gives to them this new format ?

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: 4.8.12 : New format exception message

Post by ViktorV » Fri 13 May 2016 12:29

The modification was made for readability: the first part of the message is separated from the second one by dot and newline.

Post Reply