P
PP
somebody could send me the list of "Field Types" supported for access
I am sending this command...
CREATE TABLE usuarios (
ID int(10) NOT NULL auto_increment,
IDUsr int(11) NOT NULL default "0",
Nome varchar(40) default "0",
SenhaExpira tinyint(3) NOT NULL default "0",
Validade datetime default NULL,
Nivel tinyint(3) NOT NULL default "0",
PRIMARY KEY (ID),
UNIQUE KEY idxLogin (ID,Login),
KEY idxNome (ID,Nome))
but they gives errors...
cold somebody help me..
Thanx in advance...
PP
I am sending this command...
CREATE TABLE usuarios (
ID int(10) NOT NULL auto_increment,
IDUsr int(11) NOT NULL default "0",
Nome varchar(40) default "0",
SenhaExpira tinyint(3) NOT NULL default "0",
Validade datetime default NULL,
Nivel tinyint(3) NOT NULL default "0",
PRIMARY KEY (ID),
UNIQUE KEY idxLogin (ID,Login),
KEY idxNome (ID,Nome))
but they gives errors...
cold somebody help me..
Thanx in advance...
PP