Author Topic: MySQL Back End for FilePro  (Read 1554 times)

0 Members and 1 Guest are viewing this topic.

rmccallum

  • Member
  • Posts: 1
    • View Profile
MySQL Back End for FilePro
« on: November 29, 2007, 09:50:29 AM »
My company would like to see the ability for FilePro to use a MySQL back end. i.e. FilePro would have the notion of storage engines just like MySQL does where you can choose at some point to use a file based db or an RDBMS such as MySQL.
http://dev.mysql.com/doc/refman/5.1/en/storage-engines.html

The user experience should remain the same and all existing code would remain just the routines to insert/select/update/delete data would change. (indexes would be handled by MySQL)

Please note I do know about fpSQL and the windows ODBC stuff, these are not the same as what I am wishing for.