i had tried the jRDC example by Erel. The error log is attached. I had included dataase=fb in config file as there was no mention of db name !!!
#DATABASE CONFIGURATION
DriverClass=com.mysql.jdbc.Driver
JdbcUrl=jdbc:mysql://localhost/test?characterEncoding=utf8
database=fb
User=root
Password=
#Java server port
ServerPort=17178
is it ok ? or is it not required.
I have been using php all these days and want to switch over to RDC from next project. I may need some example links where i can find the implementation of jdc server and client for b4j basically i want to have some examples how where condition, field values are passed to sql.commands defined in config file
#DATABASE CONFIGURATION
DriverClass=com.mysql.jdbc.Driver
JdbcUrl=jdbc:mysql://localhost/test?characterEncoding=utf8
database=fb
User=root
Password=
#Java server port
ServerPort=17178
is it ok ? or is it not required.
I have been using php all these days and want to switch over to RDC from next project. I may need some example links where i can find the implementation of jdc server and client for b4j basically i want to have some examples how where condition, field values are passed to sql.commands defined in config file