* @since 5.5
*/
public boolean removeAttachment(JDCConnection oConn, int iPgAttachment)
throws SQLException {
ActivityAttachment oAttach = new ActivityAttachment();
if (oAttach.load(oConn, new Object[]{get(DB.gu_activity),new Integer(iPgAttachment)}))
return oAttach.delete(oConn);
else
return false;
} // removeAttachment