Hi,
I have the RDC (client and server) running for a SQLITE database.
config.properties (sqlite)
now i want to switch to oracle.
Thanks.
I have the RDC (client and server) running for a SQLITE database.
config.properties (sqlite)
DriverClass=org.sqlite.JDBC
JdbcUrl=jdbc:sqlite:C:/Somewhere/Databases/MyDB.db
ServerPort=17178
RunRLC.batJdbcUrl=jdbc:sqlite:C:/Somewhere/Databases/MyDB.db
ServerPort=17178
"C:\Program Files\Java\jdk1.7.0_05\bin\java" -Xmx256m -cp .;libs\*;jdbc_driver\* anywheresoftware.b4a.remotedatabase.RemoteServer
now i want to switch to oracle.
database = testdb
port = 1542
user = uname
pwd = pwdname
Lib location = C:\Somewhere\Oracle\jdbc_driver\lib\ojdbc14.jar
has someone an example for me how to configure (for oracle) the 2 files mentioned above?port = 1542
user = uname
pwd = pwdname
Lib location = C:\Somewhere\Oracle\jdbc_driver\lib\ojdbc14.jar
Thanks.