Subject | Re: [firebird-support] Double quotes |
---|---|
Author | Martijn Tonies |
Post date | 2004-08-20T10:40:08Z |
Hi,
case sensitive.
eg:
CREATE TABLE MyTable
can be used as:
MyTable - MYTaBLE - "MYTABLE"
CREATE TABLE "MyTable"
can be used as:
"MyTable" only
CREATE TABLE "MYTABLE"
can be used as:
MyTable - MYTaBLE - "MYTABLE"
Almost all more pro GUI tools allow you to set their GUI
to automatically uppercase everything you create when using
the object editors. Ours does as well.
With regards,
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com
> How do I get rid of double quotes. I have greated a database andIf you create your objects like "TABLENAME", they aren't
> tables with IBOConsole (dialect 3 characterset 8891-1 collation FI_FI)
> and now I have to add double quotes around table names, field names
> and whatever. Also table names are case sensitive.
>
> I have been working a lot with Oracle, Sybase, MS etc. and get used
> to use double quotes only in special cases.
case sensitive.
eg:
CREATE TABLE MyTable
can be used as:
MyTable - MYTaBLE - "MYTABLE"
CREATE TABLE "MyTable"
can be used as:
"MyTable" only
CREATE TABLE "MYTABLE"
can be used as:
MyTable - MYTaBLE - "MYTABLE"
Almost all more pro GUI tools allow you to set their GUI
to automatically uppercase everything you create when using
the object editors. Ours does as well.
With regards,
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com