How to empty ZTable
Moderators: gto, EgonHugeist
How to empty ZTable
The ZTable doesn't have an EmptyTable method like the bde. How is this achieved? EmptyDataSet doesn't work.
How to empty ZTable
I am not familiar with cached data and where it is. I am running the embedded version of fb and have created a temp table that will hold entered data because the operation pops in and out of other Forms. When finished and in Formdestroy, the table should be emptied for the next usage.
How can the Emptydataset be coded if the data isn't needed anymore? It is saved to other tables before this op.
How can the Emptydataset be coded if the data isn't needed anymore? It is saved to other tables before this op.
How to empty ZTable
The way to empty the table is with the SQL DELETE from ddl.