Ver Mensaje Individual
  #5 (permalink)  
Antiguo 26/03/2009, 08:39
Avatar de T4ke0veR
T4ke0veR
 
Fecha de Ingreso: agosto-2007
Ubicación: Quito - Ecuador
Mensajes: 1.720
Antigüedad: 16 años, 8 meses
Puntos: 28
karlic0s saludos man, fijate q los campos estan bien

CREATE TABLE IF NOT EXISTS `invitados` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`usuario` text NOT NULL,
`pass` text NOT NULL,
`fecha` datetime NOT NULL,
`nombre` text NOT NULL,
`apellido` text NOT NULL,
`id_pais` int(11) NOT NULL,
`invitados` text NOT NULL,
`status` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

y farra aun asi sigue saliendo el error!!!!!

Cita:
Iniciado por David el Grande Ver Mensaje
Lo que sí está mal es que hay que poner la fecha entre comillas SET fecha='%s' en la consulta.
pq entre comillas????
__________________
Diseño gráfico, Web, imagen corporativa, publicidad ...

Última edición por GatorV; 26/03/2009 a las 10:29