x86 specific... Before calling string_to_numeric (from CVS code) we initialize numeric with (18,0). Is not possible that a library require different numeric scale and precision values? This patch use always a little-endian coding (but is simple to change to previous method) and I commented out numeric precision/scale initialization. freddy77