Board index » delphi » How to Pack Paradox tables in run-time

How to Pack Paradox tables in run-time

Is it possible to pack paradox tables in run -time ? If so, how ?

Thanks,
Vitor Hugo Silva

 

Re:How to Pack Paradox tables in run-time


  Use dbiDoRestructure...   (if you then press F1, you get the BDE help
file.  In the help file are all the possible uses of dbiDoResturcture
inlcuding packing a paradox table....)

--

Jason Wallace
Work:  Jason_Wall...@intuit.com
Home:  Dark...@SLSoftware.reno.nv.us

Quote
"vhs" <al10...@alunos.uportu.pt> wrote in message

news:83qngs$6s2$1@duke.telepac.pt...
Quote
> Is it possible to pack paradox tables in run -time ? If so, how ?

> Thanks,
> Vitor Hugo Silva

Re:How to Pack Paradox tables in run-time


Check the 'tips and tricks' section on http://www.upscene.com

It's explained there...

good luck!

--

Martijn Tonies
Upscene Productions

For Delphi Components and InterBase tools:
http://www.upscene.com

Quote
"vhs" <al10...@alunos.uportu.pt> wrote in message

news:83qngs$6s2$1@duke.telepac.pt...
Quote
> Is it possible to pack paradox tables in run -time ? If so, how ?

> Thanks,
> Vitor Hugo Silva

Re:How to Pack Paradox tables in run-time


Yes, it's possible, Vitor, but you generally have no reason to do it.
Paradox tables automatically reclaim and recycle space used by deleted
records (which "really are deleted!") and packing needs only be done
very infrequently -- such as when you've deleted a whole lot of records
scattered throughout the file.

Quote
>vhs wrote:

> Is it possible to pack paradox tables in run -time ? If so, how ?

> Thanks,
> Vitor Hugo Silva

--------------------------------------------------------------------
Sundial Services :: Scottsdale, AZ (USA) :: (480) 946-8259
mailto:i...@sundialservices.com  (PGP public key available.)
Quote
> Why =shouldn't= it be quick and easy to keep your database online?
> ChimneySweep(R):  "Click click, it's fixed!" {tm}
> http://www.sundialservices.com/cs3web.htm

Other Threads