Home > Software Development > LDBC Makes All Databases Look The Same

LDBC Makes All Databases Look The Same

August 26th, 2003

If you’re writing Java code and trying to support multiple databases, your best bet is probably to use Hibernate and not write queries directly. Assuming you just really like SQL, you can also useLDBC Liberty Database Connectivity which provides a common SQL syntax and common behavior regardless of which database engine you attach to.

Software Development

  1. No comments yet.
  1. No trackbacks yet.