Trisha Duke
Member
I have been exploring B4X for the last 2 week seriously although I have been looking since earlier this year.
I think B4X programming tools is really cool and community is amazing!!
Current I am using XOJO to connect the sqlite data file either straight as a single user or transfer the sqlite to the databases folder when it need to be multiuser.
the reason I want to continue using CubeSQL is the ability to move the data from single to multi user by copying the data file either way.
my application currently can be either single or multiple by having a sqlite db named Login.rsd in the same location as the program. if this file does not exist, it look at the app data file and images in the same location as the application. if the login.rsd exist, it will find out what is the location of the images folder and also the IP address of the server and connect to the correct place.
I know I probably need to use jdbc to connect to the cubesql and I probably need a jar for the cubesql which I think does not exist after searching on the forum many times.
So what other way can I use SQLite for multiuser with both read and write??
I think B4X programming tools is really cool and community is amazing!!
Current I am using XOJO to connect the sqlite data file either straight as a single user or transfer the sqlite to the databases folder when it need to be multiuser.
the reason I want to continue using CubeSQL is the ability to move the data from single to multi user by copying the data file either way.
my application currently can be either single or multiple by having a sqlite db named Login.rsd in the same location as the program. if this file does not exist, it look at the app data file and images in the same location as the application. if the login.rsd exist, it will find out what is the location of the images folder and also the IP address of the server and connect to the correct place.
I know I probably need to use jdbc to connect to the cubesql and I probably need a jar for the cubesql which I think does not exist after searching on the forum many times.
So what other way can I use SQLite for multiuser with both read and write??