SQL Statement:
- Code: Select all
INSERT INTO [PGSample].[ittest2].[public].[testtable]
([firstname],[lastname])
VALUES
('Thomas','James')
Error Output:
- Code: Select all
OLE DB provider "PGNP" for linked server "PGSample" returned message "ERROR: syntax error at or near "RETURNING"
LINE 1: ...testtable"("firstname","lastname") VALUES ($1,$2) RETURNING ...
^
".
Msg 7343, Level 16, State 2, Line 1
The OLE DB provider "PGNP" for linked server "PGSample" could not INSERT INTO table "[PGSample].[ittest2].[public].[testtable]".
I have tried several variations with the Extended Attributes: SQLSYNTAX.
Tom
-----------
Thomas Burl
