catch (Exception e)
{
}
q2.applySort(jComboBoxSortBy.getSelectedItem().toString(), jToggleButtonSequence.isSelected());
q2.applyRestriction(jCheckBoxLimit.isSelected(), jSpinnerLimit.getValue());
q2.applySQL();
result = q2.getPreparedStatement();
return result;