 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
PP Guest
|
Posted: Wed Aug 18, 2004 1:09 pm Post subject: access field types... ??????? |
|
|
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
|
|
| Back to top |
|
 |
PP Guest
|
Posted: Wed Aug 18, 2004 3:53 pm Post subject: Re: access field types... ??????? |
|
|
thkax.. I solve that...
"PP" <paulo (AT) endosoft (DOT) com.br> escreveu na mensagem
news:4123536d (AT) newsgroups (DOT) borland.com...
| Quote: | 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
|
|
|
| Back to top |
|
 |
miyomo Guest
|
Posted: Sun Aug 22, 2004 7:34 pm Post subject: Re: access field types... ??????? |
|
|
"PP" <paulo (AT) endosoft (DOT) com.br> ha scritto nel messaggio
news:412379d0 (AT) newsgroups (DOT) borland.com...
| Quote: | thkax.. I solve that...
somebody could send me the list of "Field Types" supported for access
|
Anyway..... http://tinyurl.com/45fxw
miyomo
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|