Android Question Connect to Local DB using RDC - Help to get started ..

mangojack

Expert
Licensed User
Longtime User
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:
  1. Copy the jar file to the jdbc_driver folder.
  2. Set the following lines in config.properties (change the path to your database file):

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
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
Top