SET ENCRYPTION OFF
USE <tablename>
COPY TO <newtable>
where <tablename> is the encrypted data table, and <newtable> is another database name which will be unencrypted. It does not address the .cpt memo field file, but one must assume it also gets created.
As an alternative, it appears from the book that the following should also work:
RENAME tablename.CRP TO tablename.DBF
RENAME tablename.CPT TO tablename.DBT
after making backup copies of course in case something gets mucked up. I've not worked with encrypted dBase files before so I'm only drawing from a resource book I have.
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.