Just started porting one of our apps from windows to android and reviewing how we update the database from the web site, thinking of actually downloading the data as a SQlite file and let the phone then interrogating this, but need to know what version of SQLlite basic4Android is using so I can install the right ODBC version on the server.
Thanks Erel, will try and update the post with the result.
ps if anyone wondering why I want to do it this way I'm a SQL Programmer at heart so think in SQL then translate to basic and if I can miss XML or custom text data on the way all the better.