Re: @@IDENTITY (Was: Access - ODBC - serial problem) - Mailing list pgsql-odbc

From Dave Page
Subject Re: @@IDENTITY (Was: Access - ODBC - serial problem)
Date
Msg-id 03AF4E498C591348A42FC93DEA9661B889FA2F@mail.vale-housing.co.uk
Whole thread Raw
Responses Re: @@IDENTITY (Was: Access - ODBC - serial problem)
List pgsql-odbc

> -----Original Message-----
> From: Philippe Lang [mailto:philippe.lang@attiksystem.ch]
> Sent: 09 April 2004 13:33
> To: jorgens@coho.net; pgsql-odbc@postgresql.org
> Subject: Re: [ODBC] Access - ODBC - serial problem...
>
> Is there a Postgresql ODBC driver guru that could give us an
> idea for a driver modification? I don't know the exact job of
> an ODBC driver, nor how it connects to Postgresql, so I
> cannot tell if it would be possible to modify the ODBC
> driver, and do something like a "SELECT @@IDENTITY" (which is
> a SQL Server 2000 call, correct).
>
> Since Microsoft is behind both Access and SQL Server, maybe
> nothing can be done in the driver itself, and I'll have to
> handle my insertions by hand, through pl/pgsql. But really,
> that's a serious limitation...

SELECT CURRENT_USER;

Though I suspect that is not what you want. Are you asking for the
driver to translate '@@IDENTITY' into 'CURRENT_USER'?

Regards, Dave.

pgsql-odbc by date:

Previous
From: "Dave Page"
Date:
Subject: Re: ODBC driver further developments?
Next
From: Bruce Momjian
Date:
Subject: Re: ODBC driver further developments?