From: Seb <sp...@gm...> - 2011-07-22 19:29:48
|
Hi, I'm using version 0.5.99.0.6pre1.0.20051109-7.1 (Debian sid), and noticed that a field with type Number, field size Decimal, Precision 3, and scale 0, shows fine in MS Access. Some rows: -2 -1 2 3 mdb-export exports as: 002 001 002 003 If I change the field properties in MS Access to Number, field size Double, then mdb-export exports properly. However, the column order in the output gets altered, with the modified column being output last. This causes some problems for scripting. Is this a bug? Cheers, -- Seb |