Re: Use GUID instead of AutoInc
- From: "Vitali Kalinin" <vitkalinin@xxxxxxxxx>
- Date: Wed, 23 Apr 2008 15:11:13 +0300
AFAIK GUID is valid data type name for Access, i.e something like this
should work:
create table [test](
[id] guid primary key
)
.
- References:
- Use GUID instead of AutoInc
- From: Koen
- Use GUID instead of AutoInc
- Prev by Date: Re: Use GUID instead of AutoInc
- Next by Date: Re: AutoInc value showing in grid
- Previous by thread: Re: Use GUID instead of AutoInc
- Next by thread: Re: Use GUID instead of AutoInc
- Index(es):