connection pool

  1. AKJammer

    B4J Question B4J Connection Pool Examples?

    Hey All, I've been scouring the forums trying to find some examples of using a Connection Pool for a B4J UI application, but while I've found references to "you should be using it", I haven't found anything that tells how. I've downloaded the library files, but there wasn't an example...
  2. jroriz

    B4J Question [SOLVED] - Best Programming Practices for Remote Database Access

    I researched several tutorials and posts here on the forum, but I still have questions about best practices for accessing a remote database. I have in mind an UI application that will be open for hours, sending intermittent reads and writes. My doubts: Use GetConnection and ClosePool only...
  3. WadeFisher

    B4J Question jRDC: java.sql.SQLException: No suitable driver

    Trying to follow the jrDC2 Tuturial but can not get past the connection trial using the browser. I am using the same connection string that I use on my UI program which works fine. The jrRDC example server is running on my development desktop, the MariaDB10 data base is running on a server on...
  4. M

    B4J Library HikariCP - High Performance Connection Pool

    This is a wrapper for: https://github.com/brettwooldridge/HikariCP It can be used the same way as the ConnectionPool from the jServer library. Below you will find my implementation of using it with MariaDB/MySQL Dim cp As HikariCP cp.Initialize("org.mariadb.jdbc.Driver"...
Top