-1
I am developing a web application that aims to manage the stock, sales projections, etc. of a company. However, the sellers travel to carry out sales and have requested that they also make an application that communicates with the BD. For this, I need to be able to access the database of the web application through mobile at the same time as I deal with possible conflicts and temporarily save sales made in case there is no internet connection until it becomes available. Could someone indicate me a bibliography or some project that makes use of these resources?
You are developing the web or mobile application?:
– Marco Souza
Both. And I need you both to be able to communicate
– José Eduardo Teixeira
Okay, sql tip is not database, see the tag. in the case of a web application I believe you are using some language for this PHP, C# something of the type, this part allowed you to make a connection to the database without problem. In the case of an application for Mobile you will have to use a database (SQLITE for ex;) on the device and through a web services synchronize your data with the database of your server.
– Marco Souza
Exactly, for the web application everything is already perfect. In PHP. But I’ve never worked with sqlite or use a web service as an intermediary. Do you know any book or website I can get to have a basis?
– José Eduardo Teixeira
This is relative, depends on which language you work, which platform you will develop your application for. for android
– Marco Souza