UCanAccess 4.0.0及更高版本现在支持ALTER TABLE,例如,
Statement stmt = conn.createStatement();stmt.execute("ALTER TABLE TableName ADD COLUMN newCol LONG");
UCanAccess 4.0.0及更高版本现在支持ALTER TABLE,例如,
Statement stmt = conn.createStatement();stmt.execute("ALTER TABLE TableName ADD COLUMN newCol LONG");