When I use a bigint in Sybase, Servoy only displays up untill 2147483647
There has been a similar topic MySQL BIGINT field problem - Classic Servoy - Servoy Community but I didn’t see a solution. Turning it into a text (like jan is stating in the other topic) is not option becoz another application reads data from the same database and cant deal with text without reprogramming a bunch of code.
can you make a case for this?
Then i will try to test what sybase gives us as type for that column. Because if it is really a BIGINT then we make it a long. And thats a 64 bit number so that should easily fit large numbers.