From 6deaa095c7c77dfebf797fe4e4e1ff086cf932d9 Mon Sep 17 00:00:00 2001 From: James Ahlborn Date: Wed, 25 Nov 2015 21:34:12 +0000 Subject: Add FileFormat.GENERIC_JET4 in order to support getting the file format for jet4 databases with no AccessVersion property (e.g. those created programmatically using ADOX). fixes issue #129 git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@970 f203690c-595d-4dc9-a70b-905162fa7fd2 --- src/changes/changes.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/changes') diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2350392..c62159a 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -9,6 +9,11 @@ Throw a prettier exception when maxing out the row size during row creation. + + Add FileFormat.GENERIC_JET4 in order to support getting the file + format for jet4 databases with no AccessVersion property (e.g. those + created programmatically using ADOX). + Add some utility methods (DatabaseBuilder.createDateFormat and DatabaseBuilder.toCompatibleCalendar) for handling Dates in an Access -- cgit v1.2.3