Ver Mensaje Individual
  #8 (permalink)  
Antiguo 04/12/2012, 11:15
Avatar de hschimpf
hschimpf
 
Fecha de Ingreso: junio-2009
Ubicación: in the World Wide Web
Mensajes: 140
Antigüedad: 15 años, 7 meses
Puntos: 17
Respuesta: Problema con Jtable y la BD.

Cuantas filas tenes? No agregaste la linea antes del bucle?
Código Java:
Ver original
  1. ...
  2. System.out.println("Cantidad filas: " + t_comp.getRowCount());
  3. ...

Suerte!
__________________
Hermann D. Schimpf
Visita mis repositorios de:
Clases Java: http://code.google.com/p/javaclassesrepository/
Clases PHP: http://code.google.com/p/phpclassesrepository/