app does not search for public schema qualifier - Mailing list pgsql-odbc

From Andre Felipe Machado
Subject app does not search for public schema qualifier
Date
Msg-id 200308131733.56351.andremachado@techforce.com.br
Whole thread Raw
List pgsql-odbc
Hello,
I am trying to use an OpenOffice form created at linux.
unixODBC does not show schema qualifiers (at least by default).
At windoze, the latest stable psqlodbc shows schema qualifiers
(public.mytable)
Then, when loading a form, it complains aboutn "mytable does not exist"
I tried to add
set search_path to public;
SET search_path = public;
No success.
What can I do?
Regards.
Andre Felipe



pgsql-odbc by date:

Previous
From: Shachar Shemesh
Date:
Subject: ODBC Open cursors on views
Next
From: Luiz Angelo Daros de Luca
Date:
Subject: Bug when looking for foreign keys