oStmt.setString(1, sDirName);
oStmt.setString(2, sDirName);
oStmt.setString(3, sDirName);
ResultSet oRSet = oStmt.executeQuery();
if (oRSet.next()) {
oCont.replace(DB.gu_contact , oRSet.getString(1));
oCont.replace(DB.gu_workarea, oRSet.getString(2));
oRSet.close();
oCont.addAttachments(oConn, argv[2], aDirs[d].getAbsolutePath(), true);
oConn.commit();
aDirs[d].delete();