mangojack Expert Licensed User Longtime User Nov 2, 2013 #1 I am attempting to connect to a Local (PC) DB from one of my apps just for the sake of learning. Reading a Tutorial ,Erel stated .. This is done with sqlite-jdbc driver. This is an open source .................... You can download the driver here (sqlite-jdbc-3.7.2.jar): https://bitbucket.org/xerial/sqlite-jdbc/downloads Configuration: Copy the jar file to the jdbc_driver folder. Set the following lines in config.properties (change the path to your database file): Click to expand... My question is where would the jdbc_driver folder be .. Java , B4A , Libraries ?? I have searched to no avail .. Cheers mj
I am attempting to connect to a Local (PC) DB from one of my apps just for the sake of learning. Reading a Tutorial ,Erel stated .. This is done with sqlite-jdbc driver. This is an open source .................... You can download the driver here (sqlite-jdbc-3.7.2.jar): https://bitbucket.org/xerial/sqlite-jdbc/downloads Configuration: Copy the jar file to the jdbc_driver folder. Set the following lines in config.properties (change the path to your database file): Click to expand... My question is where would the jdbc_driver folder be .. Java , B4A , Libraries ?? I have searched to no avail .. Cheers mj
mangojack Expert Licensed User Longtime User Nov 2, 2013 #2 I have been reading a fair bit .. and at least discovered the folder exists in the RDC Server zip file ... which I have now downloaded. Any 'Five Easy Steps to Connect with Local DB' will be appreciated .. other that that I will journey on .. Cheers mj Upvote 0
I have been reading a fair bit .. and at least discovered the folder exists in the RDC Server zip file ... which I have now downloaded. Any 'Five Easy Steps to Connect with Local DB' will be appreciated .. other that that I will journey on .. Cheers mj
Erel B4X founder Staff member Licensed User Longtime User Nov 3, 2013 #3 You should follow the steps here: http://www.b4x.com/android/forum/threads/remote-database-connector-connect-to-any-remote-db.31540/ For a SQLite database see this tutorial: http://www.b4x.com/android/forum/threads/rdc-simple-way-to-create-your-own-back-end-database.31616/ Upvote 0
You should follow the steps here: http://www.b4x.com/android/forum/threads/remote-database-connector-connect-to-any-remote-db.31540/ For a SQLite database see this tutorial: http://www.b4x.com/android/forum/threads/rdc-simple-way-to-create-your-own-back-end-database.31616/