Error -204 unknown table

510 views
Skip to first unread message

Yousef

unread,
Sep 9, 2021, 4:04:45 AM9/9/21
to firebird-support
Hello guys,

I am microbiologist I dont have background in IT so my information is limited 
i have a software system that works on my laptop since i bought it for microbiology. system that analyza CBC and DNA. I tried to copy this system to another laptop. so when i tried to connect to the database through firebird i get this error dynamic SQL Error -204 unknown table. after this happened now even the first laptop have the same error, although i didnt touch it.

Please help me out as its stop me from working


Dimitry Sibiryakov

unread,
Sep 9, 2021, 6:07:27 AM9/9/21
to firebird...@googlegroups.com
Yousef wrote 09.09.2021 8:57:
> i bought it for microbiology. system that analyza CBC and DNA.

In this case you should contact the support of the software as nobody here
knows it.
From Firebird perspective getting error "table not found" is normal if the
software queries data from non-existing table. The table name used to be in the
next line of the error message like this:

SQL> select * from not_existing_table;
Statement failed, SQLSTATE = 42S02
Dynamic SQL Error
-SQL error code = -204
-Table unknown
-NOT_EXISTING_TABLE
-At line 1, column 15

--
WBR, SD.

Yousef

unread,
Sep 9, 2021, 7:46:58 AM9/9/21
to firebird-support
tells me 
table unknown
mainuser not found
.at line 1, column 51

Dimitry Sibiryakov

unread,
Sep 9, 2021, 7:49:22 AM9/9/21
to firebird...@googlegroups.com
Yousef wrote 09.09.2021 12:27:
> tells me
> table unknown
> mainuser not found
> .at line 1, column 51

That's why you should contact your software vendor. No problem here from
Firebird side.

--
WBR, SD.
Reply all
Reply to author
Forward
0 new messages