Subject | Re: SV: [ib-support] Newbie question |
---|---|
Author | Lucas Franzen |
Post date | 2003-02-25T08:13:10Z |
"Datatal AB - Gauffin, Jonas" schrieb:
If you use dialect 3 tablenames (and other metadata) _ARE_ case
sensitive.
Luc.
>yes, it exists as "user_info", but not as USER_INFO.
> It's a very simple table:
>
> /* Table: user_info, Owner: SYSDBA */
>
> CREATE TABLE "user_info"
> (
> "userid" INTEGER NOT NULL,
> CONSTRAINT "PK_user_info" PRIMARY KEY ("userid")
> );
>
> It does exist, atleast in the IBOConsole. =)
If you use dialect 3 tablenames (and other metadata) _ARE_ case
sensitive.
Luc.