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

> -----Ursprungligt meddelande-----
> Från: Martijn Tonies [mailto:m.tonies@...]
> Skickat: den 25 februari 2003 09:03
> Till: ib-support@yahoogroups.com
> Ämne: Re: [ib-support] Newbie question
>
>
> Hi,
>
> > I've created a table named user_info, in a database called
> test, from
> > IBOConsole. Dbowner is SYSDBA.
> > When I try to insert data from IBOConsole using a SQL
> statement I get
> > this error:
> >
> > ISC ERROR CODE:335544569
> >
> > ISC ERROR MESSAGE:
> > Dynamic SQL Error
> > SQL error code = -204
> > Table unknown
> > USER_INFO
> > At line 1, column 13.
> >
> > Why?
>
> Well - do you want the most obvious answer?
>
> Your table USER_INFO doesn't exist!
>
> If you want a more helpful answer, give us some more information, try
> some DDL (metadata statements) at least...
>
>
>
> With regards,
>
> Martijn Tonies
> InterBase Workbench - the developer tool for InterBase & Firebird
> Firebird Workbench - the developer tool for Firebird
> Upscene Productions
> http://www.upscene.com
>
> "This is an object-oriented system.
> If we change anything, the users object."
>
> ------------------------ Yahoo! Groups Sponsor
> ---------------------~-->
> Get 128 Bit SSL Encryption!
> http://us.click.yahoo.com/FpY02D/vN2EAA/xGHJAA/67folB/TM
> --------------------------------------------------------------
> -------~->
>
> To unsubscribe from this group, send an email to:
> ib-support-unsubscribe@egroups.com
>
>
>
> Your use of Yahoo! Groups is subject to
> http://docs.yahoo.com/info/terms/
>
>
>
>