Subject Re: [ib-support] Creating Tables Problem
Author Martijn Tonies
Hi German,

> I need to create a table at a stored procedure, but it fails. The sql code
> 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 ?

Could you tell us where in the documentation you read that this was
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."