23/09/2004, 21:00
|
| | Fecha de Ingreso: noviembre-2003 Ubicación: Mexico
Mensajes: 1.081
Antigüedad: 21 años, 1 mes Puntos: 7 | |
mmmm
podrias poner un while dentro del while
int j=0;
String contador[4];
while(j<4)
{
contador[j] = rsCount.getString(j);
j++;
}
igual para el row.createshell |