Skip to content

Commit

Permalink
added driver class name
Browse files Browse the repository at this point in the history
  • Loading branch information
dpmihai committed Jan 13, 2016
1 parent 4697526 commit b28275a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
// At the foundations this driver uses hsqldb (see getSqlChecker)
// Info: http://ucanaccess.sourceforge.net/site.html
public class MSAccessDialect extends AbstractDialect {

public static final String DRIVER_CLASS = "net.ucanaccess.jdbc.UcanaccessDriver";

public MSAccessDialect() {
super();
Expand Down

0 comments on commit b28275a

Please sign in to comment.