Board index » delphi » IB6.0 Bug? ALTER TABLE ALTER Fieldname

IB6.0 Bug? ALTER TABLE ALTER Fieldname

I need someone to confirm for me of a a bug in IB6.0 and also to determine
if this has been fixed in IB6.5.

If I perform the following statement on a column that has an Integer
datatype before the Alter:

ALTER TABLE PUSH_QUEUE ALTER PATIENT_ID TYPE VARCHAR(15);

It appears that the field gets changed appropriately to a VARCHAR(15), but
it also assigns a value of 17 to $254 domain.  If we do a reverse engineer
on this database, the metadata will show a VARCHAR(17) in the resulting
script.  NOT GOOD for keep many databases out in the field synched at the
MetaData level.

Anybody seen this and has it been fixed???

Thanks...Bob

Bob McCormick
IST

 

Re:IB6.0 Bug? ALTER TABLE ALTER Fieldname


In article <3c92595c$1_1@dnews>, b...@intuitivesoftware.com says...

Quote
> I need someone to confirm for me of a a bug in IB6.0 and also to determine
> if this has been fixed in IB6.5.

        Yes, I just tried this and it appears to be fixed in IB 6.5.  I
don't have 6.0.2.0 installed anywhere locally so I can't test it there.

        -Craig

--
 Craig Stuntz (TeamB) Vertex Systems Corp. Columbus, OH
     Delphi/InterBase WebLog: http://delphi.weblogs.com
     InterBase PLANalyzer (Free IB optimization tool):
          http://delphi.weblogs.com/IBPLANalyzer

Other Threads