Very much in need if server app and trying to RDCsince 3 days . Getting the things slowly referring Erel's tutorial http://www.b4x.com/android/forum/threads/remote-database-connector-connect-to-any-remote-db.31540/ and
http://www.b4x.com/android/forum/threads/rdc-simple-way-to-create-your-own-back-end-database.31616/ .
Still I am facing some issues .
But running the url in browser and in my app are failed . My PC ip is 169.254.80.80 . Inserted http://169.254.80.80:17178 in my browser and it is not working . Please help to get the issues solved . Thank you .
http://www.b4x.com/android/forum/threads/rdc-simple-way-to-create-your-own-back-end-database.31616/ .
Still I am facing some issues .
Up to this stage every thing is OK.Framework Setup
- Unpack the server zip file.
- You will need to download the driver for your database platform and copy the jar file to jdbc_driver folder.
- Edit config.properties as discussed above.
- Edit RunRLC.bat and set the path to java.exe. If you are running it on Linux then you need to create a similar script with the path to java. On Linux you should change the ';' separator to ':'.
- Run the server
You should see something like:
Note that the path to config.properties is printed in the second line.
But running the url in browser and in my app are failed . My PC ip is 169.254.80.80 . Inserted http://169.254.80.80:17178 in my browser and it is not working . Please help to get the issues solved . Thank you .