I am an IA working on a Magento/VFP integration solution.
Does anyone know if VisualFoxPro has a method by which Magento can read the VFP datadase?
These DB calls will also need to integrate with SagePro and PayFlow
I am an IA working on a Magento/VFP integration solution.
Does anyone know if VisualFoxPro has a method by which Magento can read the VFP datadase?
These DB calls will also need to integrate with SagePro and PayFlow
You can read VFP data using ODBC or OLE DB. So, if Magento supports either of those, you're in business.
Magento is currently MySQL only. The planned Magento 2.0 will be SQL'99 compliant and so work with any supporting DBMS.