Ver Mensaje Individual
  #1 (permalink)  
Antiguo 01/03/2012, 14:44
xxcuervoxx
 
Fecha de Ingreso: junio-2009
Mensajes: 27
Antigüedad: 14 años, 11 meses
Puntos: 0
Exclamación Error de sintaxis "ISAM"

Hola todos,

No tengo mucho conciemiento den este tema pero me gustaria saber que solucion darle a este error que se me presenta.


Muchas gracias de antemano

Código PHP:
CREATE TABLE bancensor(
id int10 NOT NULL AUTO_INCREMENT ,
text varchar100 NOT NULL default '',
TYPE intNOT NULL default '0',
reason varchar250 NOT NULL default '',
displayreason varchar250 NOT NULL default '',
addedby int10 NOT NULL default '0',
addeddate datetime NOT NULL default '0000-00-00 00:00:00',
lasteditby int10 NOT NULL default '0',
lastedit datetime NOT NULL default '0000-00-00 00:00:00',
PRIMARY KEY id )
TYPE ISAM PACK_KEYS =1;

MySQL ha dichoDocumentación
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=ISAM PACK_KEYS=1' at line 12