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.