Topic: MS Access integration with FA
FA uses MySQL whilst many applications use MS Access. PHP on Windows allows for interfacing with both MySQL and MS Access. Attached herewith is the possible choice of PHP data connection strings for both MDB and ACCDB versions (2000 and 2007) of MS Access databases and sample usage PHP code to interface with it.
Those who run POS applications based on MS Access can use this means to interface with FA.
Further interfacing sample code is available in my GitHub repo.