Bug in XLS export
Database Editor/Viewer mainly for MS Access or MS SQL Server.
Brought to you by:
philnext
I have a field of Type:Integer. The numbers are in a range of about 411000 and larger.
The numbers are correctly shown when I do a query, but the values are not correctly exported to xls files.
In this case the number is truncated to a 16-bit value.
E.g. 411000 is 0x0064578. When exported, the resulting value (in xls file) is 17784 which is 0x4578.
OK, seen. The export use Word to export integers. Fixed in the next release.