Subject | RE: [IBDI] Changes before final release |
---|---|
Author | Ann Harrison |
Post date | 2000-05-21T20:49:10Z |
At 04:01 AM 5/21/00 -0400, Claudio Valderrama C. wrote:
of the field directly and branches on the result. In this case:
"select count (*) from rdb$relation_fields
where rdb$relation_name = 'RDB$FIELDS'
and rdb$field_name = 'RDB$PRECISION;
Ann
> (The only issue I see is that I will need to check again myI believe that some of the utilities have code that checks for the existence
> routines to
>detect the presence of rdb$precision on system tables... instead of the
>server version, possibly I will have to peek at the ODS version.)
of the field directly and branches on the result. In this case:
"select count (*) from rdb$relation_fields
where rdb$relation_name = 'RDB$FIELDS'
and rdb$field_name = 'RDB$PRECISION;
> I assume that a client dialect 3 will continue being forbidden toAt this point, I see no way to disambiguate the two date datatypes.
> access a
>dialect 1 db or not?
Ann