When I try to open a DBF file, VB6 says:
Cannot locate the requested xbase memofile.
Another DBF file, opens ok!
Could somebody help me, please ?
Thanks
Claudio [sig][/sig]
What is going on is that there is a memo file associated with the database file. The memo file extension is .dbt and the database knows about this file. You need to have the file present in the same place as the database file for it to be open. The reason that you can open the other file is that there is no .dbt file associated with it.
I also think you need to have the .idx or .mdx files also in the same place. These are the index files to the database file, if any where created.
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.