This time I am trying to develop an APP for CNG Staion owner, he will select a corrensponding date and see data in APP (Listview or Table layout).
My question is what database should I use with MIT APP Invntor to store daily data?
1-TinyWebDb
2-Firebase
3-MySql
I am using MSSQLSERVER in my desktop software, so is it possible to use MSSQLSERVER with MIT APP Inventor?
is the data to store only locally for the user? use a local database like TinyDB or Sqlite
Or do you like to store the data in an online database? use any online database of your choice...
don't hesitate to try a search in the community before asking...
Some one told me connection with google sheets is very slow.
I am desktop developer since 1999, now moving to learn andriod apps.
I have used SQLSEVER and MYSQL.
Still confusing which one will be the best choice with MIT APP Inventor.
Regards
A Web search for SQL Server API leads to lots of hits on how to access SQL Server with a REST interface, which in AI2 would typically be done using the Web component.
(You would be the first.)
This would be a great learning opportunity for you.