Subject | Re: [firebird-support] dialect 3 field names. |
---|---|
Author | Milan Babuskov |
Post date | 2005-04-17T20:09:46Z |
Mitchell Peek wrote:
case sensitive.
--
Milan Babuskov
http://fbexport.sourceforge.net
http://www.flamerobin.org
> How can one determine, form the system tables, if a column name wasIt's really simple. If field has any lower-case characters, then it's name is
> declared with Dialect 3 syntax. in other words,
>
> Create table ATable (
> Quantity BigInt,
> "Quality" SmallInt )
>
> If I join rdb$relations, rdb$relation_fields, and rdb$fields, I can get
> almost everything I need, but not whether or not the field requires case
> sensitivity. Am I just overlooking it?
case sensitive.
--
Milan Babuskov
http://fbexport.sourceforge.net
http://www.flamerobin.org