
29/04/2006, 00:12
|
 | Colaborador | | Fecha de Ingreso: octubre-2004
Mensajes: 3.774
Antigüedad: 21 años, 1 mes Puntos: 454 | |
| Hola:
En la API de sun veo esta línea de código
Statement stmt = con.createStatement(
ResultSet.TYPE_SCROLL_INSENSITIVE,
ResultSet.CONCUR_UPDATABLE);
¿Has puesto el CONCUR_UPDATABLE ese?
Se bueno. |