Hi Ryan
I just tried creating a table with a LargeInto and inserted the number you shared above.
It seems that the number does show nicely in the browser window at least.

What column type does MapInfo Pro load the values into from the database? Float, Decimal, or LargeInt
I'd guess Float.
I tried adding some additional column types and can see that float is using the scientific notation

Can you try to change the column type to LargeInt?
You can also add a character column of a given width. I have used Char(30).
To update this with the value, I'd suggest using
FormatNumber$(ID).
This will keep the number formatting to make it easier to read those big numbers.
------------------------------
Peter Horsbøll Møller
Principal Presales Consultant | Distinguished Engineer
Precisely | Trust in Data
------------------------------