From: | Nicolas Paris <niparisco(at)gmail(dot)com> |
---|---|
To: | Virendra Shaktawat - Quipment India <virendra(dot)shaktawat(at)quipment(dot)nl> |
Cc: | "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Foreign Data Wrapper |
Date: | 2017-12-21 22:44:30 |
Message-ID: | 20171221224430.375up67muse4kka6@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Le 21 déc. 2017 à 13:24, Virendra Shaktawat - Quipment India écrivait :
> Quipment Logo
>
> Hello ,
>
>
>
> I have stuck at foreign data wrapper. I am accessing the form MS Sql Server.
> Foreign table has been created with data. unfortunately I am unable to perform
> DML operation like insert, update and delete on foreign table. Whenever I tried
> to perform DML operation on foreign table we are getting error i.e. “ERROR:
> cannot insert into foreign table "test12"
>
> SQL state: 0A000”
>
>
>
> Kindly give me response soon because I am stuck at the middle of the project.
>
>
Hi,
I would give a try to a specific MSSQL FDW such:
https://www.openscg.com/bigsql/docs/tds_fdw/
and the github:
https://github.com/tds-fdw/tds_fdw
While insert is not yet available there apparently some work have
already been done and could be improved
https://github.com/tds-fdw/tds_fdw/issues/9
From | Date | Subject | |
---|---|---|---|
Next Message | Melvin Davidson | 2017-12-21 23:50:13 | Re: [v10] CREATE TEMP FUNCTION/CREATE FUNCTION PG_TEMP.X |
Previous Message | John R Pierce | 2017-12-21 20:50:44 | Re: Foreign Data Wrapper |