Subject | I can not drop a Field..... |
---|---|
Author | Fernando Buitrago (Listas y Foros) |
Post date | 2003-05-21T14:59:17Z |
Hi
Some day I made like this...:
Create domain my_domain_integer not null;
Create table table1
id my_domain_integer;
);
Now, I want to drop this table, but the domain referenced by the field and
the field can not delete because the references of the domain.
What Happed?
I can not drop the table.
I can not drop the field.
I can not drop the domain.
Ufffff........................
Some day I made like this...:
Create domain my_domain_integer not null;
Create table table1
id my_domain_integer;
);
Now, I want to drop this table, but the domain referenced by the field and
the field can not delete because the references of the domain.
What Happed?
I can not drop the table.
I can not drop the field.
I can not drop the domain.
Ufffff........................
----- Original Message -----
From: jwdongcn
To: ib-support@yahoogroups.com
Sent: Wednesday, May 21, 2003 9:59 AM
Subject: [ib-support] get a Table unknow error in isql after upgrade to FB1.5 RC2
Hello!
I upgrade to Firebird1.5 RC2 today.
I can connect to the old gdb file which is created under FB1.02
using "EMS Interbase & Firebird Manager 3".
But when I use select command, it return a error:
Dynamic SQL Error
-SQL error code = -204
-Table unknow
-T_USER file://It's one of my tables.
But my application can run and retrieve information from the same
database.
Why? and how to resolve it?
Yahoo! Groups Sponsor
To unsubscribe from this group, send an email to:
ib-support-unsubscribe@egroups.com
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]