Subject | Re: [IBO] Drop Table...Advice please |
---|---|
Author | lester@lsces.globalnet.co.uk |
Post date | 2001-08-09T16:58:36Z |
> But 1. I thought a temporary table would be more reliable andYou are obviously new it Interbase?
> And 2. I have not seen anything about 'Memory Tables' in Interbase
> orIBO.
In normal operation, you can build queries that supply the information you
need direct from the original tables, so you do not need to resort to the
tricks other databases use to present reports. You just generate the report.
I use a couple of in memory tables for some information, using memTable which
is compatible with TDataset, but I have been loosing some of those now that I
am getting a grip on other ways of doing things.
If you need extra data stored on the server for each client, then Helen's
approach of a single table which is filtered on ClientID. This table can then
be used transparently to feed other queries without having to edit the SQL
for temporary table names.
I also use local copies of Firebird, to cache data, and fill it from the main
database as required. In this case I just 'DELETE FROM XXX' when I want to
start again.
After all that, what are you trying to achieve, then we can perhaps suggest
an alternative approach.
--
Lester Caine
-----------------------------
L.S.Caine Electronic Services