Hello Erel,
I am programming a scoring app for sports. There I need 2 or 3 computers, where persons will input results.
So the app has work in a network. I know, that here SQLite have problems, cause it locks every time the complete database.
I do not want to install a server with mysql, I am searching for a "one-file database", which I can create direct from B4J, so cunstomer has nothing to do withour installing the app.
In past I tried to programm my app in Java, but I didn't get worm with Java, so I decide to use B4J to create this app.
With Java, I used H2 Database (
http://www.h2database.com).
there you can create the database direct with java (no extra installation is necessary), it is usable as local, server and combinded database.
there is a possibility to encrypt database.
The problem is, that I am new in B4J and I didn't know, how to implement for example this H2Database.
As topic of my thread, I wrote Berkely Database, cause I thought, that it is not possible to use H2 with B4J.
But now, where you wrote, that I can connect to any database, I remembered this H2 Database.
May be, it is interested (H2 is complete java) for B4X to implement this database as B4X library??
Do you have a link (tutorial) for me, how to implement a database connection with jdbcSQL?
Thanks a lot for your answer
Guenter