Thread: [Fwd: [INTERFACES] ODBC problem]

[Fwd: [INTERFACES] ODBC problem]

From
Byron Nikolaidis
Date:


Terence Chan wrote:

> Thanks,
>
> Yes, the file tblItem is belongs to user postgres. And I have also tried the
> chmod 777 the file and still can't access it.
>

Its because the table is called "tblItem", notice the mixed case.  If you want
to access this in pg, you need to use quotes around the table name to preserve
the case.  The odbc does this for you.

Byron