Run Flash game on PDA with database
Hi All,
We have made a game in flash and backend is SQL server that communicate with dotnet (i.e. aspx page).
This works fine for Computers, but now we need to run the flash game in PDA for that, I want to know how should we communicate the flash game with database. In short, which database server I need and which technology should I usefor that. I have heard about SQLite that work as database for Android progamming.
Please help me.