Ver Mensaje Individual
  #4 (permalink)  
Antiguo 22/09/2009, 10:30
Avatar de gnzsoloyo
gnzsoloyo
Moderador criollo
 
Fecha de Ingreso: noviembre-2007
Ubicación: Actualmente en Buenos Aires (el enemigo ancestral)
Mensajes: 23.324
Antigüedad: 16 años, 5 meses
Puntos: 2658
Respuesta: tengo un problema haber si alguien me puede ayudar

Código SQL:
Ver original
  1. DROP TABLE IF EXISTS `xxxxx`;
  2. CREATE TABLE  `xxxxx` (
  3.   `ID` INT(8) UNSIGNED NOT NULL AUTO_INCREMENT,
  4.   `usuario` VARCHAR(20) DEFAULT NULL,
  5.   `puntos` VARCHAR(20) DEFAULT NULL,
  6.   `nip` VARCHAR(20) DEFAULT NULL,
  7.   `nombre` VARCHAR(100) DEFAULT NULL,
  8.   `direccion` VARCHAR(30) DEFAULT NULL,
  9.   `telefono` VARCHAR(30) DEFAULT NULL,
  10.   `email` VARCHAR(30) DEFAULT NULL,
  11.   `credencial` VARCHAR(40) DEFAULT NULL,
  12.   `imagen` longblob NOT NULL,
  13.   PRIMARY KEY  (`ID`)
  14. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
__________________
¿A quién le enseñan sus aciertos?, si yo aprendo de mis errores constantemente...
"El problema es la interfase silla-teclado." (Gillermo Luque)