Browse Source

add empty 2010 db resource

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@545 f203690c-595d-4dc9-a70b-905162fa7fd2
tags/jackcess-1.2.4
James Ahlborn 13 years ago
parent
commit
ba660e5bcc

+ 1
- 1
src/java/com/healthmarketscience/jackcess/Database.java View File

@@ -228,7 +228,7 @@ public class Database
private static final int DB_PARENT_ID = 0xF000000;

/** the maximum size of any of the included "empty db" resources */
private static final long MAX_EMPTYDB_SIZE = 330000L;
private static final long MAX_EMPTYDB_SIZE = 350000L;

/** this object is a "system" object */
static final int SYSTEM_OBJECT_FLAG = 0x80000000;

BIN
src/resources/com/healthmarketscience/jackcess/empty2010.accdb View File


Loading…
Cancel
Save