Hi There --
I have an Access 2003 database connected via Visual Foxpro ODBC to a database called dbCAMS.
Everything is working **okay** -- I've got occasional trouble with the largest table in the foxpro database, 500,000 + records, where queries occasionally hang on forever and cause errors.
I was doing a bit of research and read
(
https://www.experts-exchange.com/questions/22489420/Union-query-of-Foxpro-tables-from-MS-Access-returns-inconsistent-results.html)
which lead me to wonder if I am using the correct driver to talk to this database. In this article, they mention that if you have a foxpro version 9 database, you should be using the visual foxpro ole db provider as opposed to the odbc driver.
Question: Am I reading this correctly? what's hhe difference between the visual foxpro odbc driver and the visual foxpro ole db provider? Also, how do I determine the version of foxpro being used in dbCAMS? Am I using the correct ODBC link for this database?
My goal is to boost performance and reduce errors in working with this foxpro database. Any advice would be most helpful.