Besides the long column names are you using any other DBC features? Primary key tags? Default values?
One strategy might be to pull the data out of all DBC tables into free tables using SQL or even COPY TO (just make sure you use the FREE clause if you use COPY TO). The advantage to the latter is you could create the CDX at the same time as the DBF. It's pretty easy to programmatically iterate through all the tables in a DBC. What's the motivating factor for dumping the DBC? -- rk -----Original Message----- From: ProfoxTech [mailto:[email protected]] On Behalf Of James Harvey Sent: Monday, July 08, 2013 8:43 AM To: [email protected] Subject: Fee tables from DBC I think I've finally decided to stop using a DBC, and would like to revert back to a "Free" table scenario. One issue is that there are about a dozen field names in several tables longer than 10 char that will need to be changed in the structure and code. After that I will open the DBC and then "remove" each table. Once that's done I suppose I could just open Windows Explore and delete the dbc from the folder? A complete backup will be made prior to any changes being made. Does anyone who has done this before have any advice? TIA Jim James E Harvey M.I.S. Hanover Shoe Farms, Inc. www.hanoverpa.com office: 717-637-8931 cell: 717-887-2565 fax: 717-637-6766 [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/DF1EEF11E586A64FB54A97F22A8BD0442282646FA2@ACKBWDDQH1.artfact.local ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

