String query = "INSERT INTO myTable .... ";
stmt.executeUpdate(query,Statement.RETURN_GENERATED_KEYS);
resultSet = stmt.getGeneratedKeys();
if ( resultSet != null && resultSet.next() )
{
newid = resultSet.getInt(1);
}
Andy Burnham si avvicina alla guida del Labour e potrebbe sostituire
Starmer come primo ministro
-
Punti chiave Il politico Andy Burnham, favorito per succedere a Keir
Starmer come leader del Partito Laburista britannico, ha ricevuto
l'adesione di un imp...
4 giorni fa


Nessun commento:
Posta un commento