Subject If Server receives make it
Author blizzardb2001
I have a major problem.

I've just moved all my data components to Devart's Interbase Data Access Components - I've even paid $100.00 and ordered a license.
Unfortunately they have a bug that will only be fixed later...

Under some circumstances it will put the table name in UPPERCASE.

Is there any way to map the UPPERCASE field names to the Proper field names on the server side?

So literally I could execute a query like this:
SELECT * FROM TBLSTAFF
and it would fetch me SELECT * FROM "TblStaff" ?

Thanks!