ODBC Driver for PostgreSQL

Troubleshooting in Oracle Database Link - ODBC Driver for PostreSQL

Troubleshooting SQL Queries in Oracle DBLink

When you create a SQL statement to access data in PostgreSQL using a database link, make sure to encapsulate the table names in double quotes, for example:

SELECT * FROM "employee"@"dblink_name"

Note that table names are case-sensitive.

© 2015-2024 Devart. All Rights Reserved. Request Support ODBC Forum Provide Feedback