Menu

Databases

Most software projects need a repository of some kind to store their data. And most of those use a database, that can be structured (SQL) or not (NoSQL).

  Feed
  FR

How to Choose Your OJDBC Driver

  FR
 7 min.
 chop
 0
 

When you develop a Java program that accesses a database, you’re likely to need a JDBC driver. When that database is an Oracle product, you keep that O for OJDBC.

For years, I just used the version an architect had selected. Then, I became the architect and I had to understand which version to choose. It’s not that complicated, just not really well explained. Let me try to contribute…

Read more
  Feed
  FR