Subject Re: SV: [ib-support] Newbie question
Author Lucas Franzen
"Datatal AB - Gauffin, Jonas" schrieb:
>
> 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. =)

yes, it exists as "user_info", but not as USER_INFO.

If you use dialect 3 tablenames (and other metadata) _ARE_ case
sensitive.

Luc.