The Problem with TLargeIntField using InterBaseprovider
Posted: Wed 13 Aug 2014 14:21
Hello. I'm trying to store Int64 value 481767703092024977 in the field type NUMERIC(18,0). Eventually the field value in DB equals 481767703092024960. I set the data type mapping in the TUniConnection component like that
Code: Select all
DataTypeMap = <
item
DBType = 408
DBLengthMin = 18
DBLengthMax = 18
DBScaleMin = 0
DBScaleMax = 0
FieldType = ftLargeint
end>