Re: problem with serial data type and access

From: Ottavio Campana <ottavio(at)campana(dot)vi(dot)it>
To: Adrian Klaver <aklaver(at)comcast(dot)net>
Cc: pgsql-general(at)postgresql(dot)org, Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
Subject: Re: problem with serial data type and access
Date: 2008-05-16 06:44:34
Message-ID: 482D2D52.8040500@campana.vi.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Adrian Klaver ha scritto:
>> The fact is that the serial data type is in pratice an integer, and when
>> I also try to connect with pgadminIII I see an integer data type and not
>> a serial. I think that since it sees an integer, it does not understand
>> that it is a serial, and access does not recognize it as autoincrement.
>>
>> I'm stuck at this point...
> Did you mark this field as the primary key when you linked the table?

yes I did

--
Non c'e' piu' forza nella normalita', c'e' solo monotonia.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Anton Melser 2008-05-16 07:03:17 recommended way of separating data from indexes
Previous Message Albe Laurenz 2008-05-16 06:33:09 Re: SSL auth problem