Board index » delphi » Compacting/packing paradox tables.

Compacting/packing paradox tables.

Quote
Erik Westad wrote:
> Any ideas how to compact/pack paradox tables from D2 or D3?
> Does anyone have TTable with the method pack?

  There are several components out there...  Take a look at Delphi Super
Page, or E-mail me back and I'll send you mine....

--
Jason Wallace
SL Software
Dark...@SLSoftware.reno.nv.us
--
"We are MicroSoft.  You will be assimilated.  Resistance is Futile."
--

 

Re:Compacting/packing paradox tables.


Erik, unfortunately since Paradox is not a server database you can't pack
the table while anyone is using it.  In Interbase its called a SWEEP.  The
method involved is to restructure the table, but instead of changing any of
the values pick the option "Pack Table" and then execute.  As far as the
code to do this is concerned I am not sure how to do it but I have a table
creation/rebuilder source code generator I downloaded from somewhere that I
am sending with this note.  You select the tables to create source for and
the program builds a .pas file with all the necessary procedures for
rebuilding your tables on the fly at runtime.

Hope this helps!

Regards,

-ObjectPAL

Erik Westad <erik.wes...@miros.no> wrote in article
<01bcb305$6446c820$42cdd8c1@erik>...

Quote
> Any ideas how to compact/pack paradox tables from D2 or D3?
> Does anyone have TTable with the method pack?

> Erik Westad

begin 600 scanne32.zip
<encoded_portion_removed>
end

Other Threads