How to connect Android SQLITE Database to Remote MSSQL database -


we have scheduler application in android storing data in sqlite database. have connect our application remote mssql server database , should store our data in database , vice versa should happen.can u please solution

thank you.

you can not connect directly mssql database need development environment(like php ) , create db in , generate web-services of insert , select db. when call services can directly sore data in mssql.and when show can fetch calling select webservices.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -