Hi,
First of all, I'm very new to B4A but I like it a lot so far.
I have managed to create a database file using SQlite database browser, added the database to files in the B4A program and successfully read necessary data from it.
In my program, I want to be able to manually modify the database (on my computers harddrive) while the program is running and it should be able to input and receive new data without uploading a new file to Dir.Assets. Later on, I want to be able to read/input from/to a database on an online server, but I want to take one step at the time.
I want this to be able to work while I'm running the program on the emulator (I guess its not possible if I do it on the device when the datebase is on the computer harddrive).
I've read most SQL/database threads on the forum but can't figure out what to focus on.
Thank you guys in advance.
First of all, I'm very new to B4A but I like it a lot so far.
I have managed to create a database file using SQlite database browser, added the database to files in the B4A program and successfully read necessary data from it.
In my program, I want to be able to manually modify the database (on my computers harddrive) while the program is running and it should be able to input and receive new data without uploading a new file to Dir.Assets. Later on, I want to be able to read/input from/to a database on an online server, but I want to take one step at the time.
I want this to be able to work while I'm running the program on the emulator (I guess its not possible if I do it on the device when the datebase is on the computer harddrive).
I've read most SQL/database threads on the forum but can't figure out what to focus on.
Thank you guys in advance.