Ver Mensaje Individual
  #6 (permalink)  
Antiguo 16/09/2011, 07:52
Avatar de Ronruby
Ronruby
 
Fecha de Ingreso: julio-2008
Ubicación: 18°30'N, 69°59'W
Mensajes: 4.879
Antigüedad: 16 años, 6 meses
Puntos: 416
Respuesta: Cómo hacer un contador de filas MySQL en Java

Cita:
Iniciado por sirdaiz Ver Mensaje
String tablee;
System.out.println ( "Dame el nombre de la tabla anteriormente creada");
tablee = ConexionTable.readLine();
String table = tablee;

esta bien al consulta, dinos que te dan tus trazas
Fijate que luego del FROM no hay ningun espacio, por lo tanto queda FROMtabla.
Eso producirá un error en MySQL.