Board index » delphi » Controlling Paradox Block Size from Delphi

Controlling Paradox Block Size from Delphi

Is there any way to control the block size of a Paradox table when created
from Delphi?

Specifically, I have a table in my database.  I want to make an exact
structural (i.e. structure but not data) copy of this table for purposes of
later being able to rebuild it with TUtility.

I can control all the fields and indexes, but I don't see a way to make the
new table have the same block size as the original unless the original
happens to match the current block size setting in the BDE Admin utility.

Thanks,
Kevin Donn

 

Re:Controlling Paradox Block Size from Delphi


There is a sample utility with source at
www.borland.com/devsupport/bde/utilities.html that shows how to change the
block size of a table.

--
Bill

Other Threads