Sounds like the DDF isn't pointing to the same data file. If you right click the table in the PCC and select Properties, it will show the Table Location. Make sure it's what you expect. To change it, you can issue an ALTER TABLE statement with USING and IN DICTIONARY clauses. The USING clause tells PSQL which data file to use and the IN DICTIONARY tells it to only affect the DDFs and not the data file too.
__________________
Mirtheil Software
Certified Pervasive Developer
Certified Pervasive Technician
Custom Btrieve/VB development
http://www.mirtheil.com
I do not answer questions by email. Please post on the forum.