Re: [fpc-pascal] Decimal Precision Issue with Firebird

2009-01-26 Thread Joost van der Sluis
Op maandag 26-01-2009 om 09:13 uur [tijdzone +0100], schreef Michael Van Canneyt: > > On Sun, 25 Jan 2009, Andrew Hall wrote: > > > We are having problems reading decimal/numeric column types with TSQLQuery. > > It appears if the precision of a decimal/numeric is more than 4 (for > > instance, >

Re: [fpc-pascal] Decimal Precision Issue with Firebird

2009-01-26 Thread Michael Van Canneyt
On Sun, 25 Jan 2009, Andrew Hall wrote: > We are having problems reading decimal/numeric column types with TSQLQuery. > It appears if the precision of a decimal/numeric is more than 4 (for instance, > DECIMAL(12,8) or DECIMAL(18,10) or DECIMAL(10,6) TSQLQuery raises an exception > on reading - E

[fpc-pascal] Decimal Precision Issue with Firebird

2009-01-25 Thread Andrew Hall
We are having problems reading decimal/numeric column types with TSQLQuery. It appears if the precision of a decimal/numeric is more than 4 (for instance, DECIMAL(12,8) or DECIMAL(18,10) or DECIMAL(10,6) TSQLQuery raises an exception on reading - EDatabaseError : Unknown field type : COLUM