Re: problem with serial data type and access

From: "Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com>
To: "Ottavio Campana" <ottavio(at)campana(dot)vi(dot)it>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: problem with serial data type and access
Date: 2008-05-15 15:58:16
Message-ID: dcc563d10805150858x2e6b7978hd873e08f4bbc03ca@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, May 15, 2008 at 7:54 AM, Ottavio Campana <ottavio(at)campana(dot)vi(dot)it> wrote:
> I know it's not fully IT with the list, but maybe somebody can help me.
>
> I'm dealing with this scenario: access 97 is connected through odbc to a
> postgresql server. All tables are saved in postgresql and access is used
> only to generated the program interface.
>
> Everything works fines, but I'm having problems with the serial data type. I
> know a serial is an integer having as default the next value of a sequence.
> Since it is an integer, access does not recognize it as an autoincrement
> value, and it asks for is value.
>
> Did anyone of you already have this problem?

Can you feed it a value of DEFAULT???

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2008-05-15 16:00:48 Re: postgres crash when select a record
Previous Message Steve Manes 2008-05-15 15:40:49 Re: Password safe web application with postgre