I'm currently working on a ionic app with Visual Studio. My final goal is to open a MDB database (Microsoft Access) that is located in a distant server. I suppose that I have to use a PHP file to accomplish it.
So I have a lot of questions: - Is it possible to communicate with a MDB file througt JS in a Cordova app? - How to include the PHP file to my JS?
Thank you in advance and sorry for my english, I'm not a native.