Subject Possible to create temporary tables on the server?
Author jeff_j_dunlap
Hi,

Is it possible to create a temporary table on the server, work with it
a bit and then delete it?

This is what I want to do:

1. My client application will pass the table name and table
properties to FB. FB Server will create the table.

2. Client app populates the newly created table with some data (this
data does not come from a FB database).

3. Client app works with the data on the server and when done, the
table is deleted.

Is this possible with FB 2.0?

Thanks in Advance