Subject Re: [ib-support] Creating Tables Problem
Author German Terrazas
hi luiz,

You are right. That was our first solution. But, for performance goal, it
is needed to deploy one table for each record.

thanks,
german



On Wed, 5 Mar 2003, Luiz wrote:

> Hi, German
>
> ----- Original Message -----
> From: "German Terrazas" <german@...>
> > The problem is as follows:
> >
> > 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 pass
> > 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.
> >
> > Any other idea to do that ?
>
>
> If the fields are commons to tables Aj, you could create a table with these
> fields and a additional field to identify the record in Table A.
>
> Luiz.
>
>
>
>
> 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/
>
>
>