Hi there!
I am pretty new here, but I am happy with what I could get already.
I am looking to develop applications using B4A and Android that will be desktop replacements on stores and business alike.
the major difficult right now is database. I have followed the ideas here and examples, and created a HTTP server in Delphi that receive and send request for a database using JSON. It is working fine. My idea is to create or use a database library on B4A that is remote controler of the server database (something like JDBC)
Since it is a HTTP server (with a JSON service) I can reproduce it on B4A and substitute the PC based server.
Is there any recomendation from your experience of creating a Android database server? using the internal SQLite for a database, saving it on a external usb HD. Of course we are not talking about high loads of data, and lots of connections, but talking about around 20 users requesting items, stock, prices, that is not commonly too heavy.
Is there a device that fits better this idea?
Thanks on any thoughts.
I am pretty new here, but I am happy with what I could get already.
I am looking to develop applications using B4A and Android that will be desktop replacements on stores and business alike.
the major difficult right now is database. I have followed the ideas here and examples, and created a HTTP server in Delphi that receive and send request for a database using JSON. It is working fine. My idea is to create or use a database library on B4A that is remote controler of the server database (something like JDBC)
Since it is a HTTP server (with a JSON service) I can reproduce it on B4A and substitute the PC based server.
Is there any recomendation from your experience of creating a Android database server? using the internal SQLite for a database, saving it on a external usb HD. Of course we are not talking about high loads of data, and lots of connections, but talking about around 20 users requesting items, stock, prices, that is not commonly too heavy.
Is there a device that fits better this idea?
Thanks on any thoughts.