Board index » delphi » Large Paradox database in Delphi - What 'Block size'?
f...@fgibson.demon.co.uk
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
|
f...@fgibson.demon.co.uk
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Large Paradox database in Delphi - What 'Block size'?I am building a very large Paradox database in Delphi 3. I get the 'Table From other postings I know I have to alter the 'block size' but I can't PS I don't have Paradox itself just Delphi 3 but I must be able to set the Help much appreciated - I'm stuck. -------------------==== Posted via Deja News ====----------------------- |
Sundial Servic
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Large Paradox database in Delphi - What 'Block size'?QuoteIn article <884139277.416153...@dejanews.com> f...@fgibson.demon.co.uk writes: specify when you create the table .. beats the hell out of me why. It's an IDAPI Configuration Utility setting for the Paradox driver. All tables created since that setting is changed, use the current setting. Other obvious things, like changing the block-size of a table on the fly, But the fact remains... a Paradox table can consist of no more than 65,535 |
Francisco Leo
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Large Paradox database in Delphi - What 'Block size'?On 7 Jan 1998 15:58:01 -0700, news-re...@sundialservices.com (Sundial QuoteServices) wrote: (something similar, I don't remember the name well) that allows you to change the version, block size of any Paradox table. Francisco |
Fred Gibso
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Large Paradox database in Delphi - What 'Block size'?In article <34b46cec.622...@news.umac.mo>, Francisco Leong Quote>On 7 Jan 1998 15:58:01 -0700, news-re...@sundialservices.com (Sundial size still result in Table Full error at 130 meg+. I have done as you suggest. I have tried changing to 4k then to 8k etc. up to 32k (restarting the machine afterwards, making a new database then borrowing the table structure then copying in the records from the old version via Database Desktop) each time to no avail. Each record consists of four fields (an autoincrement field, a 1 char alpha field, a 30 char alpha field and a Long Integer field, all are index fields. The number of records will ultimately be approx 6 million (it's a step in making a dictionary index). Any thoughts? Quote>>Other obvious things, like changing the block-size of a table on the fly, Quote>Well, in the Borland web site, there is a utility called pdxrest Quote>Francisco Fred Gibson |
Aage Johanse
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Large Paradox database in Delphi - What 'Block size'?Start TUtility, and select your new table. Inspect the BlockSize field to check Aage J. QuoteFred Gibson wrote: |
Fred Gibso
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Large Paradox database in Delphi - What 'Block size'?Problem solved. I was altering Adapi.cfg i/o Adapi32.cfg (I have Delphi The Borland utility works fine by the way. Quote>Thanks.. found it. Unfortunately all my attempts to change the block- Fred Gibson |
1. Large Paradox database - What 'block size'?
2. WHAT'S THE LARGER SIZE STRING TO USE IN A PRIMARY KEY
3. How to create paradox table with BLOCK SIZE = 32768 in Delphi application
4. How to create paradox table with BLOCK SIZE = 32768 in Delphi application
5. Controlling Paradox Block Size from Delphi
6. Limits of Delphi 2's paradox database
7. What's the best Grid for Large SQL Databases
8. Book 'Delphi Database Development'