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 ..
My question is where would the jdbc_driver folder be .. Java , B4A , Libraries ??
I have searched to no avail ..
Cheers mj
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):
My question is where would the jdbc_driver folder be .. Java , B4A , Libraries ??
I have searched to no avail ..
Cheers mj