I created a database to access using this line of code -
The program can access the database no problem. However, I have an issue - I have no idea where this database is on my computer! I've tried searches for a file called Breakout.db without success. Eventually I'm going to be transferring this app onto a mobile phone, and I assume I'll need to know where the database file is so that I can transfer it over as well. So, where is File.DirInternal pointing to in my computer?
B4X:
Sql1.Initialize(File.DirInternal,"Breakout.db",True)