Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/06/2005, 16:22
Avatar de stock
stock
 
Fecha de Ingreso: junio-2004
Ubicación: Monterrey NL
Mensajes: 2.390
Antigüedad: 19 años, 11 meses
Puntos: 53
lo puedes agarrar como un String.......
Código PHP:
ResultSet rs db.query("select * from test");
    while(
rs.next()){
        
String c1 rs.getString("Campo1");
        
String fecha rs.getString("Fecha");
        
out.println(c1 " " fecha "<br>");
    } 
asi nomas tambien funciona