Subject | Re: [ib-support] Create/Drop table in Stored Procedure |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2002-06-06T05:16:01Z |
On 6 Jun 2002 at 1:23, goonct wrote:
If you need a place to put a pack of records temporarily, you can
create a table and a generator. Your SP muct get a value-identifier
from generator and put/get records into/from the table using this
identifier. Before exit the SP has to delete it's records from table.
You also can develop a pack of UDF which organize a "heap" in
memory and manage it.
SY, Dimitry Sibiryakov.
>What is your advise if I need to dynamically create and drop tableChange your need. ;)
>during runtime ?
If you need a place to put a pack of records temporarily, you can
create a table and a generator. Your SP muct get a value-identifier
from generator and put/get records into/from the table using this
identifier. Before exit the SP has to delete it's records from table.
You also can develop a pack of UDF which organize a "heap" in
memory and manage it.
SY, Dimitry Sibiryakov.