MySql, Firebird, Upper case

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
isysoftware
Posts: 44
Joined: Wed 14 Nov 2012 17:33

MySql, Firebird, Upper case

Post by isysoftware » 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

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: MySql, Firebird, Upper case

Post by ViktorV » Thu 10 Nov 2016 08:14

Unfortunately, we could not reproduce the issue.
In order to get a detailed answer, please compose a small sample demonstrating the described behavior and send it using the contact form https://www.devart.com/company/contactform.html including scripts for creating database objects. Also please specify the Firebird version you are using.

isysoftware
Posts: 44
Joined: Wed 14 Nov 2012 17:33

Re: MySql, Firebird, Upper case

Post by isysoftware » Thu 10 Nov 2016 13:14

Ok, I prepare a test and I'll send it to you.
Thanks,
Flavio

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: MySql, Firebird, Upper case

Post by ViktorV » Tue 15 Nov 2016 09:52

When you get any results concerning this question, please let us know.

Post Reply