From: rabaaoui a. <te...@te...> - 2006-03-01 09:21:56
|
Hi, 1) I 've tried to modify the Extended Identifier Properties but withtout results... I saw that we can change the value of the property SQL_IDENTIFIER_CASE (select SQL_IC_UPPER by default)? Does it exist a value SQL_IC_LOWER? 2) When I create a Firebird table without " ", it automatically create it (name and fields names) into upper case. So when I execute a SQL statement like : SELECT * from "mytable"; or SELECT * from mytable;, it runs in the 2 cases. How? 3) Can we specify to Firebird to create all objects in lower case instead of upper case? Thanks for your help. |