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.htmlThe 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.