F fdx12345 Active Member Licensed User Longtime User Dec 28, 2012 #1 I have 3 tables on 3 different panels. Is there a way I can store the information from all three tables to just one file? They all have the same header, just different data.
I have 3 tables on 3 different panels. Is there a way I can store the information from all three tables to just one file? They all have the same header, just different data.
aaronk Well-Known Member Licensed User Longtime User Dec 28, 2012 #2 Use SQL.. Tutorial can be found here: http://www.b4x.com/forum/basic4android-getting-started-tutorials/6736-sql-tutorial.html Upvote 0
Use SQL.. Tutorial can be found here: http://www.b4x.com/forum/basic4android-getting-started-tutorials/6736-sql-tutorial.html
F fdx12345 Active Member Licensed User Longtime User Dec 28, 2012 #3 database avalibility If I use SQL, will the associated database be on every smart phone or will the user need to download the database as another app for mine to work? Upvote 0
database avalibility If I use SQL, will the associated database be on every smart phone or will the user need to download the database as another app for mine to work?
aaronk Well-Known Member Licensed User Longtime User Dec 28, 2012 #4 The database will be stored on your device. You create the database using your app, so no other app is required to view or create the database. Upvote 0
The database will be stored on your device. You create the database using your app, so no other app is required to view or create the database.