Subject | RE: [firebird-support] unpredictable behavior after changing field size |
---|---|
Author | Martin Dew |
Post date | 2003-12-15T17:02:27Z |
In ANY of your triggers attached to this table do you fire a stored
procedure ? If so does that stored proc have a variable that is still
char(2) ?
-----Original Message-----
From: James [mailto:james_027@...]
Sent: 15 December 2003 17:17
To: firebird-support@yahoogroups.com
Subject: Re: [firebird-support] unpredictable behavior after changing
field size
Martijn Tonies wrote:
Master does tools have anything to do with my problem?
James
To unsubscribe from this group, send an email to:
firebird-support-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/
procedure ? If so does that stored proc have a variable that is still
char(2) ?
-----Original Message-----
From: James [mailto:james_027@...]
Sent: 15 December 2003 17:17
To: firebird-support@yahoogroups.com
Subject: Re: [firebird-support] unpredictable behavior after changing
field size
Martijn Tonies wrote:
>>hiHi guys. Any idea?
>>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
>>
>>
>
>Change your database tool settings to avoid those nasty delimited
>identifiers. You are making things harder on yourself.
>
>With regards,
>
>Martijn Tonies
>Database Workbench - developer tool for InterBase, Firebird, MySQL & MS
>SQL Server.
>Upscene Productions
>http://www.upscene.com
>
>
>
Master does tools have anything to do with my problem?
James
To unsubscribe from this group, send an email to:
firebird-support-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/