[Fwd: [INTERFACES] ODBC problem] - Mailing list pgsql-interfaces

From Byron Nikolaidis
Subject [Fwd: [INTERFACES] ODBC problem]
Date
Msg-id 378DE6F2.51FDFCFB@solipsys.com
Whole thread Raw
List pgsql-interfaces


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



pgsql-interfaces by date:

Previous
From: Robin Whitworth
Date:
Subject: Re: resolving locking conflicts
Next
From: "Robson Martins"
Date:
Subject: Java...