- Download the hxtt JDBC driver here http://www.hxtt.com/access.html
- Extract the ZIP file, inside it in the lib directory you will find Access_JDBC30.jar copy that file into the drivers directory inside your application_server directory of your Servoy folder
- (Re)-start Servoy developer
- Right Click on Database Servers, choose New → Empty and fill in the following:
Server Name: whatever you wish to name the connection
URL: jdbc:access://PATHTOMDBFILE
Driver: com.hxtt.sql.access.AccessDriver
Thats it. Save and you are ready to use it.
Some URL examples:
“jdbc:access:/.”
“jdbc:access:/c:/data” for Windows driver
“jdbc:access:///c:/data” for Windows driver
“jdbc:access:////usr/data” for unix or linux
“jdbc:access://///192.168.10.2/sharedir” for UNC path
“jdbc:access:/./data”
“jdbc:access:/./data/mydata.mdb”
[attachment=0]Screen shot 2010-05-20 at 12.45.37 PM.png[/attachment]