-
Nov 4th, 2011, 10:41 AM
#1
How can I make ROO support interbase as backend db?
Hello,
I now need to use interbase as backend db since have to integrate with an old application.
But when I did below, I found no interbase item in the list... How can I make ROO support interbase? I checked that hibernate indeed support interbase, so I think it should be possible in the ROO, right? urgent help is highly appreciated!!
-------------------------------------------------------------------
com.test roo> persistence setup --provider HIBERNATE --database
DB2_400 DB2_EXPRESS_C DERBY
FIREBIRD GOOGLE_APP_ENGINE H2_IN_MEMORY
HYPERSONIC_IN_MEMORY HYPERSONIC_PERSISTENT MSSQL
MYSQL ORACLE POSTGRES
SYBASE VMFORCE
-
Nov 4th, 2011, 08:28 PM
#2
I just thought of a way by using FIREBIRD (since it is based on interbase) as below, and when done, I replace the jdbc driver with interbase jdbc driver, and manually change the config file point to interbase, is this feasible? BTW, my interbase is version 7.0 and 7.1 ...
------------------------------------------------------------
persistence setup --provider HIBERNATE --database FIREBIRD
database properties set --key database.url --value jdbc:interbase://localhost/c:/borland/data/testdb.gdb
database properties set --key database.username --value SYSDBA
database properties set --key database.password --value masterkey
-------------------------------------------------------------------
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules