Subject | HOW is this possible, and how to fix |
---|---|
Author | Richard Drent |
Post date | 2003-10-16T08:48:02Z |
What do I need to do to fix this, in "firebird manager" I can see and
change the data. but when I need to get data by SQL query's it won't work.
SQL> show tables
CON> ;
adresses company
coredata coredatacode
glassGroup glassMaterial
glasseSales ocsGlassGroup
ocsSupplier optician
SQL> select * from optician;
Statement failed, SQLCODE = -204
Dynamic SQL Error
-SQL error code = -204
-Table unknown
-OPTICIAN
-At line 1, column 15.
Thnx Richard
change the data. but when I need to get data by SQL query's it won't work.
SQL> show tables
CON> ;
adresses company
coredata coredatacode
glassGroup glassMaterial
glasseSales ocsGlassGroup
ocsSupplier optician
SQL> select * from optician;
Statement failed, SQLCODE = -204
Dynamic SQL Error
-SQL error code = -204
-Table unknown
-OPTICIAN
-At line 1, column 15.
Thnx Richard