0

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

Samuel Lelièvre
  • 3,212
  • 1
  • 14
  • 27

2 Answers2

0

You can read VFP data using ODBC or OLE DB. So, if Magento supports either of those, you're in business.

Tamar E. Granor
  • 3,817
  • 1
  • 21
  • 29
0

Magento is currently MySQL only. The planned Magento 2.0 will be SQL'99 compliant and so work with any supporting DBMS.

clockworkgeek
  • 37,650
  • 9
  • 89
  • 127