Unexpected data type 25

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for PostgreSQL in Delphi and C++Builder
Post Reply
lepr8
Posts: 4
Joined: Tue 29 Jan 2013 10:41

Unexpected data type 25

Post by lepr8 » Tue 29 Jan 2013 10:45

I'm testing the trial version of the driver but get the following error "Unexpected data type 25" with a simple query like "SELECT COUNT (*) from TABLE_NAME where COLUMN1 = 'xxx'".

Driver Version : 3.1.2

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Unexpected data type 25

Post by AlexP » Tue 29 Jan 2013 11:37

Hello,

Thank you for the information, we have already fixed this problem, the fix will be included to the next driver version. For the time being, to solve the problem, you should set the EnableBCD parameter to False:

Code: Select all

SQLConnection1.Params.Values['EnableBCD'] := 'False';

trubin
Posts: 6
Joined: Wed 25 May 2011 23:13

Re: Unexpected data type 25

Post by trubin » Tue 12 Feb 2013 23:12

I am getting the same error for the dbExpress driver for Oracle (Delphi 2007). Will that be fixed as well? I need EnableBCD to be true for my application.

Regards,
Tiago Santos

AndreyZ

Re: Unexpected data type 25

Post by AndreyZ » Wed 13 Feb 2013 09:31

This problem is fixed for all our dbExpress drivers.

trubin
Posts: 6
Joined: Wed 25 May 2011 23:13

Re: Unexpected data type 25

Post by trubin » Wed 13 Feb 2013 16:53

AndreyZ wrote:This problem is fixed for all our dbExpress drivers.
Thanks, any idea when it will be released?

Regards,
Tiago Santos

AndreyZ

Re: Unexpected data type 25

Post by AndreyZ » Mon 18 Feb 2013 11:51

We plan to release all dbExpress drivers approximately in three weeks.

tracy1080
Posts: 5
Joined: Thu 21 Mar 2013 14:41

Re: Unexpected data type 25

Post by tracy1080 » Thu 21 Mar 2013 14:46

I also find the error in dbExpress for Mysql.
When will have new release to fix these problems?
Thanks!

DemetrionQ
Devart Team
Posts: 271
Joined: Wed 23 Jan 2013 11:21

Re: Unexpected data type 25

Post by DemetrionQ » Fri 22 Mar 2013 15:49

Hello.

I have answered you in the following topic:
http://forums.devart.com/viewtopic.php?t=26245

Post Reply