4.2. Borland Interbase

4.2.1. Known issues with Interbase

Example 4.2. Example properties for Interbase

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

4.2.1. 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, which means that toLowerCase(), indexOf(), and substring() methods in JPA/JDOQL cannot be used.

 

Skip navigation bar   Back to Top