What are the limitations on foxpro 2.5b for DOS for dbf file size and number of records? I have a database which is quickly approaching the 2 gig limit I've seen mentioned here. What will happen when the limit is reached?
When you say database do you mean a single DBF? If so it will stop working. You will not be able to add anymore records. Your choices are to archive off some of the data, split it into two tables 'vertically' each one with some of the fields and a field that links the two tables or split the table horizontally (put some of the records, like the old ones, into one table and the others into another table. You will obviously have to do some modifications to your table with the last two options.
If the problem is an FPT file getting that big, have you run a pack memo lately? Also if you have deleted records and have not packed the table you might try that to see how much space you get back.
Also if I have not made it clear the 2 gig limit is per individual file dbf, fpt or cdx not for the files added together.
Is there any limitation on the size of a directory all together? Has anyone seen corruptive behavior in data files which are at least 1/2 gig for a single dbf?
not related to the file size. There is a speed issue if you get more than 2000 files in a single directory. I have not seen corruption related to file size, it is almost always related to network problems and/or a failing hard drive.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.