I'm using VB6 and DAO to access a dBase IV table. I keep running into this error:
I can't stop the external process that is accessing the table, so is there any way around the issue? Can I copy the DBF file or access it outside of DAO?
Thanks for your help!
Code:
3211-The database engine could not lock table 'FINANCE' because it is already in use by another person or process.
I can't stop the external process that is accessing the table, so is there any way around the issue? Can I copy the DBF file or access it outside of DAO?
Thanks for your help!