EConvertError with message '')' is not a valid integer value

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for MySQL in Delphi and C++Builder
Post Reply
amercieca
Posts: 2
Joined: Mon 06 Oct 2008 15:06

EConvertError with message '')' is not a valid integer value

Post by amercieca » Mon 06 Oct 2008 15:22

Hi,

In my program, I am calling a stored procedure (a function actually) which takes a string as input parameter and returns an integer.
First I clear all parameter values and then I set the input string parameter to a valid value. Then I invoke the function I get this exception:

Project test.exe raised exception class EConvertError with message '')' is not a valid integer value'.

Anything I might be doing wrong?
Any clues?

Tks - Adrian.

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Tue 07 Oct 2008 12:26

We have fixed this problem in the latest DbxMda build. Please, upgrade to this build to solve the problem.

amercieca
Posts: 2
Joined: Mon 06 Oct 2008 15:06

Post by amercieca » Wed 08 Oct 2008 07:19

Dimon wrote:We have fixed this problem in the latest DbxMda build. Please, upgrade to this build to solve the problem.
Hi Dimon,

I just bought the product 2 days ago and downloaded dbxmda420.exe (File Version: 4.20.0.8). Is this not the latest build?
If not, where can I get the latest build?

Tks - Adrian.

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Fri 10 Oct 2008 12:44

Yes, the latest version of DbxMda build is 4.20.0.8.
But I could not reproduce the problem.
Please send me a complete small sample at dmitryg*devart*com to demonstrate it, including script to create a stored procedure.

Post Reply