PDA

View Full Version : support of bigint (64bit int) in CK (feature request)



Bernhard Mandl
12-Jan-2006, 06:21 AM
We again ran into the problem that it is not possible to read values from
bigint columns if the value is greater than the maximum value of a dataflex
number (14 digits). We are using the PSQL CK, but I guess this problem
affects all CKs.

It would be very helpful if we could read and write the value to/from
string. It is not necessary for us to treat these values as number (there is
no need to do any calculation with the value). The values are credit card
numbers, serial numbers or row IDs and keeping these in string variables
would be perfectly OK.

Regards,
Bernhard Mandl