concurrent

  1. Pedro Caldeira

    B4J Question Best free Database for concurrent access

    Hello All, I am developing a multi side aplication that need to read/write to a database at the same time. With sqlite, I keep geting a database locked error, even with the pragma set to WAL. Is there a DB engine that is both free and that allow concurrent connections ? Thanks
Top