PDA

View Full Version : Clipper's .dbt (dBase memo file) access in Visual Basic


Phiepie
06-22-2003, 03:32 PM
I have a problem on the .dbt files of a dBase III Plus designed and created using clipper. I can access the database successfully from Visual Basic. The data from .dbf is fine but data from .dbt (memo files) are missing along with the other fields following the memo field. I have found out that although clipper's native database format is a dBase III Plus, it has different implementation on the .dbt it creates than that of the .dbt created directly from the dBase application. They said Visual basic supports dBase files, I dont know if it also do have for clipper's dBase files. Any idea about this?