Example 2.2. Example properties for Interbase
openjpa.ConnectionDriverName: interbase.interclient.Driver openjpa.ConnectionURL: jdbc:interbase://SERVER_NAME:SERVER_PORT/DB_PATH
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.