Re: Report temporary table problem

From: Hakan Eren <nvc_at_iprimus.ca>
Date: Thu, 28 Oct 1999 19:10:19 -0400
Message-ID: <3818D7DA.9919AD98_at_iprimus.ca>



Hi,

Why do you have to delete the temp. table. Why don't you truncate it? or Delete records?
A note: Truncate is not a DML. It is a DDL command. Security may be a problem.

If you really need to delete the table, do everything in a database server-side procedure/function/package,
whatever. I've been working wtih Developer for almost 5 years. I can say this is faster/better way for
temporary tables.

If you need further help you can send the report. I'll make it work.

Hakan Received on Fri Oct 29 1999 - 01:10:19 CEST

Original text of this message