Subject | Re: [firebird-support] Adout databases objects name |
---|---|
Author | Martijn Tonies |
Post date | 2004-01-15T15:03:54Z |
Hi,
If you created them without quotes, they're all uppercased.
If you created them like this:
CREATE TABLE "MyTable"
Then the name is mixed case.
With regards,
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com
> Can I assume that all objects (tables, views, trigger, ...) are allHa, if it only was that easy.
> upper case in system tables?
If you created them without quotes, they're all uppercased.
If you created them like this:
CREATE TABLE "MyTable"
Then the name is mixed case.
With regards,
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com