Subject | Re: [Firebird-Architect] Metadata object types |
---|---|
Author | Daniel Rail |
Post date | 2005-12-08T10:17:06Z |
Hello Dmitry,
Thursday, December 8, 2005, 4:08:41 AM, you wrote:
in the next ODS version change. Along side with increasing the size of
the object names.
And, if this means one less step/code to execute, then I'm all for it.
Anything to improve performance, even if it might be small, is good.
And, the end result should also simplify the code to maintain, which
is even better.
--
Best regards,
Daniel Rail
Senior Software Developer
ACCRA Group Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.filopto.com)
Thursday, December 8, 2005, 4:08:41 AM, you wrote:
> "Leyne, Sean" <Sean@...> wrote:So why not simply change the types SMALLINT fields to actual VARCHAR,
>>
>> What, if any, benefits do you see in the new convention?
> More user friendly.
>> I don't know anything about the new structure and how it differs from
>> RDB$Types.
> No need in RDB$TYPES at all. Compare for example:
> RDB$PROCEDURE_TYPE = 'EXTERNAL'
> vs
> RDB$PROCEDURE_TYPE = 1
> RDB$TYPES = {'RDB$PROCEDURES', 1, 'EXTERNAL'}
in the next ODS version change. Along side with increasing the size of
the object names.
And, if this means one less step/code to execute, then I'm all for it.
Anything to improve performance, even if it might be small, is good.
And, the end result should also simplify the code to maintain, which
is even better.
--
Best regards,
Daniel Rail
Senior Software Developer
ACCRA Group Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.filopto.com)