Quote from apsupplies on 06/08/05 at 11:48:42:Is there a way to delete ALL price codes in our system?
Although I have never encountered this specific problem, I would probably go about it as such, with the understanding that you want to clear the entire price matrix table of your default company (BKICPMAT_B). I recommend backing up all of your files before attempting this, and only do so if you are comfortable with performing the operation. PROCEED WITH CAUTION!
Enter the Pervasive Control Center application, traverse the tree on the left to get to the table view of your DBA database and click the "Execute SQL Query" button (green arrow with pencil and ellipses). Enter the following exactly...
DELETE FROM "BKICPMAT_B"
...and click the "Execute Query" button (green arrow with document). With any luck the function will execute successfully and clear your price code entries.