Subject | Re: [firebird-support] unpredictable behavior after changing field size |
---|---|
Author | James |
Post date | 2003-12-15T16:51:33Z |
Martin Dew wrote:
here is the metadata ...
CREATE TABLE "counterpayments" (
"Key" INTEGER,
ID INTEGER,
"Paydate" DATE,
"Type" CHAR(3),
"Mode" CHAR(3),
"Amount" NUMERIC(15,2),
"Bank" VARCHAR(10),
"CheckNo" VARCHAR(20),
"CheckDate" DATE,
"DocID" INTEGER
);
I have no trigger that is related to the type field of this table
>Can you post on here the metadata of your table and any triggers on thathi
>able also please. It may help.
>
>
here is the metadata ...
CREATE TABLE "counterpayments" (
"Key" INTEGER,
ID INTEGER,
"Paydate" DATE,
"Type" CHAR(3),
"Mode" CHAR(3),
"Amount" NUMERIC(15,2),
"Bank" VARCHAR(10),
"CheckNo" VARCHAR(20),
"CheckDate" DATE,
"DocID" INTEGER
);
I have no trigger that is related to the type field of this table