Subject Bug? on table naming/calling
Author ugog
Hello!
I'm totally a newbie on Firebird so I'm not sure if I'm doing some
banal miskate or what!

I created a table named "Persone" and I tryed to exec this SQL
statement:
"select * from Persone"

but I got the following error:

Dynamic SQL Error
SQL error code = -204
Table unknown
PERSONE


if I create the table naming it "PERSONE", the query above works
properly!


Can anybody help me?

Thanks,
Ugo Galbiati.