Re: Possible ODBC driver error - Mailing list pgsql-general

From Joel Burton
Subject Re: Possible ODBC driver error
Date
Msg-id Pine.LNX.4.21.0104161234420.13856-100000@olympus.scw.org
Whole thread Raw
In response to Re: Possible ODBC driver error  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
List pgsql-general
On Mon, 16 Apr 2001, Stephan Szabo wrote:

> On Mon, 16 Apr 2001, Patrick Dunford wrote:
>
> > I recently copied five tables to the server using the Postgres ODBC driver
> > with MS Access.
> >
> > The tables can be viewed in MS Access but not using PHP or Zeos Database
> > Explorer, which both return the same error message:
> > ERROR: Relation 'adweb_servinf1' does not exist
> >
> > The tables are visible in ZDO and the column names can be viewed. All the
> > names of the tables also appear in pg_tables.
> >
> > Is this a bug in the ODBC driver i.e. it does not make the full entries
> > needed in Postgres for it to know about tables?

Are you using PHP w/ODBC, or w/the compiled-in Postgres DB connector? If
you don't see it w/the built-in connector, it's not a ODBC problem at all.

When you say the "tables can be viewed" do you mean that the data in the
tables can be viewed in Access, but you can't view the data of tables in
PHP/Zeos?

Can you create a new, simple table, insert one record, and view this
through PHP/Zeos?


--
Joel Burton   <jburton@scw.org>
Director of Information Systems, Support Center of Washington


pgsql-general by date:

Previous
From: Lamar Owen
Date:
Subject: RPMs for PostgreSQL7.1 available.
Next
From: Christian Fritze
Date:
Subject: index not used with subselect in where clause ?