Subject | Re: [ib-support] Creating Tables Problem |
---|---|
Author | Martijn Tonies |
Post date | 2003-03-05T14:50:50Z |
Hi German,
possible? 'Cause we have to fix that documentation mistake.
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."
> I need to create a table at a stored procedure, but it fails. The sql codeCould you tell us where in the documentation you read that this was
> is the following:
>
> BEGIN
> CREATE TABLE 'TTEST' (
> ID INTEGER NOT NULL PRIMARY KEY,
> FIELDNAME VARCHAR(150) NOT NULL,
> FIELDVALUE INTEGER,
> DOCUMENT_ID INTEGER);
> END
>
>
> Error Message --> Token unknown CREATE
>
> How can I perform this ?
possible? 'Cause we have to fix that documentation mistake.
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."