Subject Re: [firebird-support] unpredictable behavior after changing field size
Author James
Martin Dew wrote:

>James
>
>Have you tried to insert a record in IBExpert using an sql stament like
>Insert Into ..... ??
>-----Original Message-----
>
>
>
Martin

Now I have try it

insert into "counterpayments"("Key", ID, "Paydate", "Type", "Amount")
values (gen_id("gen_counterpayments",1), 630, '12/16/2003', 'CSH', 100)

and the result is ... the error still occur. I try to double check the
DLL and it says that the "Type" is char(3) ...

whats wrong with this one?

James