Borland Interbase

Example B.2.  Example properties for Interbase

openjpa.ConnectionDriverName: interbase.interclient.Driver
openjpa.ConnectionURL: jdbc:interbase://SERVER_NAME:SERVER_PORT/DB_PATH

Known issues with Interbase

  • Interbase does not support record locking, so datastore transactions cannot use the pessimistic lock manager.

  • Interbase does not support the LOWER, SUBSTRING, or INSTR SQL functions.