Re: Possible ODBC driver error

Поиск
Список
Период
Сортировка
От Joel Burton
Тема Re: Possible ODBC driver error
Дата
Msg-id Pine.LNX.4.21.0104161234420.13856-100000@olympus.scw.org
обсуждение исходный текст
Ответ на Re: Possible ODBC driver error  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Список 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 по дате отправления:

Предыдущее
От: Lamar Owen
Дата:
Сообщение: RPMs for PostgreSQL7.1 available.
Следующее
От: Christian Fritze
Дата:
Сообщение: index not used with subselect in where clause ?