Dynamic SQL Error

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
RichardM
Posts: 1
Joined: Thu 26 Jan 2012 16:21

Dynamic SQL Error

Post by RichardM » Thu 26 Jan 2012 16:50

Hello !

I am getting a ( error code 303 numeric value out of range ) strange thing is I get this error when I enter 10 characters in my Delphi InputDialog box, I have the type set to Variant, I am using Delphi XE2 Firebird 2.5 if I enter less than 10 characters I don't get the error, can I get suggestions please

Thanks
Richard

Windows Vista Pro
IBDAC 4.1.4

AndreyZ

Post by AndreyZ » Fri 27 Jan 2012 09:01

Hello,

Please specify the type of the field in your table where you want to put a value with more than 9 characters.

Post Reply