Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

Re: MS access and postgres "#Deleted" appearing after inserts


  • From: "Greg Cocks" <gcocks(at)stoller(dot)com>
  • To: "Adrian Klaver" <aklaver(at)comcast(dot)net>, "drbob" <drbob(at)gmx(dot)co(dot)uk>
  • Cc: <pgsql-odbc(at)postgresql(dot)org>
  • Subject: Re: MS access and postgres "#Deleted" appearing after inserts
  • Date: Fri, 13 Mar 2009 16:47:43 -0600
  • Message-id: <66F6CF82BF58CE4DB4285BE816B297E89E8718@tribble.SMStoller.com> <text/plain>

-----Original Message-----
From: Adrian Klaver [mailto:aklaver(at)comcast(dot)net] 
Sent: Friday, March 13, 2009 4:33 PM
To: drbob
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: [ODBC] MS access and postgres "#Deleted" appearing after inserts


----- "drbob" <drbob(at)gmx(dot)co(dot)uk> wrote:

> Hello,
> 
> I recently experienced the following issue using MS access as an ODBC
> 
> connected frontend to a postgreSQL database:
> 
> Upon inserting a new row Access then displays every field in the row
> as 
> "#Deleted". However the insert has not failed, re-querying the table 
> displays the newly inserted row.

[snip]

> 
> Any comments or suggestions welcome.
> 
> regards,
> 
> drbob
> 

* You don't by chance have a timestamp field in the Postgres table? I have
* seen this when the timestamp field has millisecond precision. Access has
* problems with that. To solve I set timestamps to timestamp(0).

* Adrian Klaver
* aklaver(at)comcast(dot)net


--------------------------


I has a similar problems with special characters - like using ß instead of beta or somesuch...

Regards,
GREG COCKS
gcocks(at)stoller(dot)com



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group