Thread: app does not search for public schema qualifier

app does not search for public schema qualifier

From
Andre Felipe Machado
Date:
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