Re: Cannot update table with OID with linked server in SQl Server

From: "Ken Allen" <KenA(at)BarrettXplore(dot)com>
To: "Adrian Klaver" <aklaver(at)comcast(dot)net>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Cannot update table with OID with linked server in SQl Server
Date: 2008-05-08 12:07:50
Message-ID: 840AD183D768624E9544DBE25573104201CDB4DB@nawd103067.barrett.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Yes the table does have a primary key defined.

-----Original Message-----
From: Adrian Klaver [mailto:aklaver(at)comcast(dot)net]
Sent: Tuesday, May 06, 2008 7:07 PM
To: Ken Allen; pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] Cannot update table with OID with linked server
in SQl Server

-------------- Original message ----------------------
From: "Ken Allen" <KenA(at)BarrettXplore(dot)com>
> I have a linked server on SQL server 2005. I can update or write to a
> table in Postgres that does not have a OID. But the Table I have has
an
> OID and I cannot write or update to that table. Anyone have any
ideas.
>

Does the table with the OID have a primary key defined?

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

--
This message has been scanned by MailScanner

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Luca Ferrari 2008-05-08 12:46:46 regexp_replace in two times?
Previous Message Dimitri Fontaine 2008-05-08 12:03:39 Re: Custom Base Type in C