android - Web App Database vs Mobile App Data base -


i have created web application inventory management system , have used sqlserver 2005 supporting database. need create similar application using android.

my questions are:
1.) can use same database creating android application or should modify database fit mobile platform.

2.) if can use above database how provide connectivity between android application , sqlserver. web service way out?

thanks in advance


Comments

Popular posts from this blog

c - ALSA programming: how to stop immediately -

c++ - How to add Crypto++ library to Qt project -