Skip to content Skip to sidebar Skip to footer
Showing posts with the label Dblink

Postgresql: Insert Into ... (select * ...)

I'm not sure if its standard SQL: INSERT INTO tblA (SELECT id, time FROM tblB WHE… Read more Postgresql: Insert Into ... (select * ...)

Postgres Dblink Escape Single Quote

Related Link: String literals and escape characters in postgresql Here is my error: ERROR: type… Read more Postgres Dblink Escape Single Quote

Refreshing Changed Db Link Source (oracle Gateway To Sql Server)

the question is pretty straightforward, - when I chance to change setting in oracle gateway to micr… Read more Refreshing Changed Db Link Source (oracle Gateway To Sql Server)

Why Does Dbmetal Generate Table Attribute With "main"?

I'm a newbie with DBLink and Sqlite. When DbMetal generates Nortwind.cs (C#) it marks some meth… Read more Why Does Dbmetal Generate Table Attribute With "main"?