Subject | Re: [firebird-support] unpredictable behavior after changing field size |
---|---|
Author | James |
Post date | 2003-12-15T16:37:45Z |
Martin Dew wrote:
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
>JamesMartin
>
>Have you tried to insert a record in IBExpert using an sql stament like
>Insert Into ..... ??
>-----Original Message-----
>
>
>
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