Top "Ucanaccess" questions

UCanAccess is a pure Java JDBC driver that allows us to read from and write to Microsoft Access databases without using ODBC.

Manipulating an Access database from Java without ODBC

I want to manipulate a Microsoft Access database (.accdb or .mdb file) from my Java project. I don't want to …

java ms-access ucanaccess
How to connect UCanAccess to an Access database encrypted with a database password?

I've developed a Java application (a dictionary) with an Access database to store the words of the dictionary and I'm …

java ms-access jdbc ms-access-2010 ucanaccess
How to call method from a database connection class

Recently I am making a small system in which I've 3 packages using Ms Access as database 1)Classes----> Based on …

java database oop ucanaccess
"unsupported collating sort order" error updating Access database from Java

I want to make a small change in an Access table using UCanAccess via NetBeans, but I encountered a problem …

java ms-access jdbc ucanaccess
How to configure Squirrel SQL client to work with MS Access

I'm struggling to get Squirrel SQL to connect to MS Access database (just a normal one, no password): I create …

ms-access jdbc ms-access-2010 ucanaccess squirrel-sql
java sql exception parameter not set

I am trying to get data from a database in a table with 2 where parameters, When i try to execute …

java jdbc parameters sqlexception ucanaccess
Conflict between Netbeans IDE 8.0 and UCanAccess?

I have to define a new Driver in the Netbeans "Services" Tab Services->Databases->Drivers->new Driver... …

java jdbc connection netbeans-8 ucanaccess