LDBC Makes All Databases Look The Same

Aug 26, 2003 19:38 · 54 words · 1 minute read

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.