“Table is Full” …
The BDE limits the size of the data transferred onto the HD in the BDEAdmin. As databases grows and as HD size have exceeded 4 GB, there is an increase need for larger block size transfers
//FOR Example INSERT INTO "Adjustment Database" SELECT * FROM "Old_Adjustment" ; INSERT INTO "Estimate Database" SELECT * FROM "Old_Estimate" ; INSERT INTO "Estimate Details Database" SELECT * FROM "Old_EstimateDetails" ; INSERT INTO "Order Database" SELECT * FROM "Old_Order" ; INSERT INTO "Order Details Database" SELECT * FROM "Old_OrderDetails" ; INSERT INTO "GL Database" SELECT * FROM "Old_GL" ; INSERT INTO "Payments Database" SELECT * FROM "Old_Payments" ;