Page 1 of 1
					
				Unexpected data type 25
				Posted: Tue  29 Jan 2013 10:45
				by lepr8
				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
			 
			
					
				Re: Unexpected data type 25
				Posted: Tue  29 Jan 2013 11:37
				by AlexP
				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';
 
			
					
				Re: Unexpected data type 25
				Posted: Tue  12 Feb 2013 23:12
				by trubin
				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
			 
			
					
				Re: Unexpected data type 25
				Posted: Wed  13 Feb 2013 09:31
				by AndreyZ
				This problem is fixed for all our dbExpress drivers.
			 
			
					
				Re: Unexpected data type 25
				Posted: Wed  13 Feb 2013 16:53
				by trubin
				AndreyZ wrote:This problem is fixed for all our dbExpress drivers.
Thanks, any idea when it will be released?
Regards,
Tiago Santos
 
			
					
				Re: Unexpected data type 25
				Posted: Mon  18 Feb 2013 11:51
				by AndreyZ
				We plan to release all dbExpress drivers approximately in three weeks.
			 
			
					
				Re: Unexpected data type 25
				Posted: Thu  21 Mar 2013 14:46
				by tracy1080
				I also find the error in dbExpress for Mysql.
When will have new release to fix these problems?
Thanks!
			 
			
					
				Re: Unexpected data type 25
				Posted: Fri  22 Mar 2013 15:49
				by DemetrionQ
				Hello.
I have answered you in the following topic:
http://forums.devart.com/viewtopic.php?t=26245