Hi,
Firstly, I'd like to thank you for FBExport/FBCopy, very useful indeed!
I just want to give you a feedback about FBExport on 64 bits platforms. I faced the following problem:
All SMALLINT fields with NEGATIVE values are being converted to 4.294.967.294 - FieldValue. Example: if the value of the field is -180, FBExport outputs "4294967114" in the resulting export file, which is: 4294967294 -180.
I tried everything again in a 32 bits machine with Ubuntu 11.04 and everything was OK. No problem with SMALLINT types.
Cheers,
Roque
Ubuntu 14.04 64 bits LTS
FirebirdSS-2.5.2.26540-0.amd6
GCC 4.8.2
Command Used: fbexport -Sc -D mybase1 -U user1 -P user1 -J Y-M-D -F /tmp/foo.txt -Q "SELECT * FROM Users ORDER BY UsrID