Обсуждение: Borland BDE showing public schema in table names

Поиск
Список
Период
Сортировка

Borland BDE showing public schema in table names

От
"Paul Cochrane"
Дата:
Hi There.

Might be a FAQ. First posting to this list. I just upgraded to
postgresql 7.3.1 and am have some problems accessing the
database from Paradox (which uses borlands BDE) through the
psqlodbc driver (I am using the latest PGADMIN2).

Whenever I want to use a table on the pgsql server, the tablenames
returned to paradox are of the form "public.tablename" instead of
plain "tablename". This screws up the application since it would
need a LOT of changing to rename all the table references to this
format.

The server & connection seem to work properly - it's just the public
addition to the name that is causing me problems.

Thanks in advance for any information.

                       -------------------------------------
Paul Cochrane         |       Tayside Orthopaedic &         |
                      | Rehabilitation Technology Centre    |
=============         |-------------------------------------|
                      | Ninewells Hospital & Med. School    |
                      | Dundee, Scotland, UK.               |
                      | DD1 9SY.                            |
                      | Phone:  +44 1382 496284             |
                      | Fax:    +44 1382 496322             |
                      | E-Mail: paul@tortc.tuht.scot.nhs.uk |
                       -------------------------------------


Re: Borland BDE showing public schema in table names

От
markw
Дата:
This seems to have to do with the schema support in 7.3. There should be
a setting to turn it off, but I'm not sure.

Paul Cochrane wrote:

>Hi There.
>
>Might be a FAQ. First posting to this list. I just upgraded to
>postgresql 7.3.1 and am have some problems accessing the
>database from Paradox (which uses borlands BDE) through the
>psqlodbc driver (I am using the latest PGADMIN2).
>
>Whenever I want to use a table on the pgsql server, the tablenames
>returned to paradox are of the form "public.tablename" instead of
>plain "tablename". This screws up the application since it would
>need a LOT of changing to rename all the table references to this
>format.
>
>The server & connection seem to work properly - it's just the public
>addition to the name that is causing me problems.
>
>Thanks in advance for any information.
>
>                       -------------------------------------
>Paul Cochrane         |       Tayside Orthopaedic &         |
>                      | Rehabilitation Technology Centre    |
>=============         |-------------------------------------|
>                      | Ninewells Hospital & Med. School    |
>                      | Dundee, Scotland, UK.               |
>                      | DD1 9SY.                            |
>                      | Phone:  +44 1382 496284             |
>                      | Fax:    +44 1382 496322             |
>                      | E-Mail: paul@tortc.tuht.scot.nhs.uk |
>                       -------------------------------------
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>
>



Re: Borland BDE showing public schema in table names

От
"Paul Cochrane"
Дата:
As a further point on this issue, I've reverted back to postgresql 7.2.3
and the public schema does NOT show up in the table names. This
is probably due to 7.2.3 not supporting the schema (as far as I know)
and everything is working properly again.

Is there any chance of the psqlodbc driver being fixed for BDE
application (or an option to disable/hide the public schema) so I can
use the latest version of postgres?

On 27 Jan 2003 at 18:28, Paul Cochrane wrote:

> Hi There.
>
> Might be a FAQ. First posting to this list. I just upgraded to
> postgresql 7.3.1 and am have some problems accessing the
> database from Paradox (which uses borlands BDE) through the
> psqlodbc driver (I am using the latest PGADMIN2).
>
> Whenever I want to use a table on the pgsql server, the tablenames
> returned to paradox are of the form "public.tablename" instead of
> plain "tablename". This screws up the application since it would
> need a LOT of changing to rename all the table references to this
> format.
>
> The server & connection seem to work properly - it's just the public
> addition to the name that is causing me problems.
>
> Thanks in advance for any information.

                       -------------------------------------
Paul Cochrane         |       Tayside Orthopaedic &         |
                      | Rehabilitation Technology Centre    |
=============         |-------------------------------------|
                      | Ninewells Hospital & Med. School    |
                      | Dundee, Scotland, UK.               |
                      | DD1 9SY.                            |
                      | Phone:  +44 1382 496284             |
                      | Fax:    +44 1382 496322             |
                      | E-Mail: paul@tortc.tuht.scot.nhs.uk |
                       -------------------------------------