sSQL = @"INSERT INTO MGRUP (CODE,NAME) VALUES ('123','Alex')"; resultSet = statement.executeQuery(sSQL);