Greetings all. Although I have been a Visual basic programmer for many years (self-taught) and finally retired at 76yrs young I decided to try my hand at B4A. Years ago I made a program for my own use that uses a SQLite database. I would like to have access to that data on my Android smart phone. I seem to be OK creating the program with one MAJOR exception. I cannot figure out how to get the path to the database on the SD card. Eventually I would like to have access to the data on a cloud but for now I will simply copy the database to and from the Android and the home network. My phone is an A8 (2018) and my wife has an A20. I have been reading multiple posts on the subject but only get more confused each time as I find the posters twist the topics to address their specific issues. As I am VERY new to smart phone programming I would really appreciate a simple step-by-step walk through getting me to where I can get the actual path to insert in the SQL1.Initialize(PalmTwo_Path, "PalmTwo.s3db", True)
I declared the PalmTwo_Path variable as a Public string
If anyone is willing to create a step-by-step tutorial I will be most grateful.
Keep well and stay safe.
Richard
I declared the PalmTwo_Path variable as a Public string
If anyone is willing to create a step-by-step tutorial I will be most grateful.
Keep well and stay safe.
Richard