What would be a better choice for making a database driven Adobe AIR(Desktop) application?
- Using PHP+MySql with AIR
OR - Using SQLite
If I choose SQLite, then I cannot reuse my code for an online application.
If I choose 1, I have to block few port numbers on User's machine. Also, I am using XAMPP for providing the user with PHP and MySql, so XAMPP opens up a command window as long as it's running. And, users get confused about what's that window for? It makes the end user experience slightly confusing.