Subject | Re: [firebird-support] unpredictable behavior after changing field size |
---|---|
Author | Martijn Tonies |
Post date | 2003-12-15T16:24:44Z |
Hi,
Or triggers that use the CHAR(2) value to insert/update other
tables?
With regards,
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com
> insert into "counterpayments"("Key", ID, "Paydate", "Type", "Amount")Any triggers that declare variables of CHAR(2) on that table?
> 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?
Or triggers that use the CHAR(2) value to insert/update other
tables?
With regards,
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com