I have some question regarding inputting data with the use of text fields and displaying it to the database by clicking the okay button. i’m creating an edutainment game and my game needs an profiling were the player will input their name. the database should also load and delete . thank you!
What are your questions?
regarding how to create a database. i attach a photo for you to see the flow. in the text box the player will type their name and once they click the okay button the name that has been typed will be listed in the database and will continue to the next page. and how to edit and delete the files in the database?
You should look at this doc : https://docs.coronalabs.com/api/library/sqlite3/index.html
I was using sql database previously, but I notice a lag when doing queries. I have stopped using SQL and now put all the data in a BIG TABLE instead.
You have a lot of moving parts. There are tutorials for most all of this at: https://coronalabs.com/resources/tutorials/getting-started-with-corona/
First learn how to do buttons.
Then learn how to do text input.
Learn about tables.
Learn how to display content on the screen.
Then learn how to create, read and update SQL databases.
This topic isn’t one that is going to be easily answered in the forums in a single topic.
Rob
What are your questions?
regarding how to create a database. i attach a photo for you to see the flow. in the text box the player will type their name and once they click the okay button the name that has been typed will be listed in the database and will continue to the next page. and how to edit and delete the files in the database?
You should look at this doc : https://docs.coronalabs.com/api/library/sqlite3/index.html
I was using sql database previously, but I notice a lag when doing queries. I have stopped using SQL and now put all the data in a BIG TABLE instead.
You have a lot of moving parts. There are tutorials for most all of this at: https://coronalabs.com/resources/tutorials/getting-started-with-corona/
First learn how to do buttons.
Then learn how to do text input.
Learn about tables.
Learn how to display content on the screen.
Then learn how to create, read and update SQL databases.
This topic isn’t one that is going to be easily answered in the forums in a single topic.
Rob