Subject | Re: [firebird-support] Digest Number 9396 |
---|---|
Author | |
Post date | 2016-11-21T15:22:05Z |
I understand. And I saw that when I drop the temporary table these auto generated domain names disappear but the generated names keep on "growing" .
I modified my routines so that :
I verify if I have the domain
SELECT *
FROM
RDB$FIELDS
where
RDB$FIELD_NAME = 'MYINTEGERDOMAIN'
if not, then
create my domain MYINTEGERDOMAIN
and finally I create the tables :
create myTempTable1122 (id MYINTEGERDOMAIN)
Hope this is all right now .
Thank you all for your time,
Tiberiu