open dBASE files with memo fields using VFP9



Is it possible to open a db3 file that has a memo file (.dbt) associated
with it?

Actually, I have been able to get the file (for example - target.dbf) open
by creating a dummy table (dummy.dbf) with a memo field, then renaming the
dummy.fpt file to my dBase file name (target.fpt). Using this method I can
open the table and copy stru exte to target_stru. Then I can create
newtarget.dbf from target_stru.

Only problem is then I still can't append from the original dBase table.
This is frustrating. Any help???

tia
Steve


.



Relevant Pages

  • Re: MS JET DATABASE ERROR
    ... is an associated Memo file (. ... DBT ext) don't forget to rename it also. ... >"The Microsoft jet database engine could not find the object ...
    (microsoft.public.access.forms)
  • Re: DBase IV files
    ... There is a flag in the header of the dbf file that indicates the ... existence of a corresponding memo file with the same name and a .dbt ... So, when you open a dbf file, the memo file should be ...
    (comp.lang.java.databases)