MySql, Firebird, Upper case
Posted: Mon 07 Nov 2016 14:51
Hi All,
I'm developing an application starting with MySql as Database.
I'm porting it on Firebird.
In Firebird version I have many errors caused by a Lower case name of tables.
In MySql I haven't these errors.
"select * from project " works in MySql and not in firebird
"select * from PROJECT" works in MySql and Firebird
Can you help me to resolve this problems?
Thanks,
Flavio
I'm developing an application starting with MySql as Database.
I'm porting it on Firebird.
In Firebird version I have many errors caused by a Lower case name of tables.
In MySql I haven't these errors.
"select * from project " works in MySql and not in firebird
"select * from PROJECT" works in MySql and Firebird
Can you help me to resolve this problems?
Thanks,
Flavio