Subject | Re: [ib-support] Creating Tables Problem |
---|---|
Author | Martijn Tonies |
Post date | 2003-03-05T15:47:38Z |
Hi German,
Metadata is fixed - only when, for example, upgrading your application -
this is changed.
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."
> The problem is as follows:Why?
>
> I have a table A with records referencing to a table. The problem I
> have is that for any new record of A it is necesary to create a table Aj.
> I can obtain the name of the new table by string concatenation and passUsually, you design your metadata structure and then populate it with data.
> the name to a stored procedure. But, that stored procedure cannot perform
> a create table.
>
> My solution is to pass the createTable query string to a delphi
> DB component. I think it is better to reach a more deployment platform
> independent solution.
Metadata is fixed - only when, for example, upgrading your application -
this is changed.
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."