Re: odbc to emulate mysql for end programs

Поиск
Список
Период
Сортировка
От Mimiko
Тема Re: odbc to emulate mysql for end programs
Дата
Msg-id 556D9098.2050008@gmail.com
обсуждение исходный текст
Ответ на Re: odbc to emulate mysql for end programs  (William Dunn <dunnwjr@gmail.com>)
Ответы Re: odbc to emulate mysql for end programs  (Thomas Kellerer <spam_eater@gmx.net>)
Re: odbc to emulate mysql for end programs  (Adrian Klaver <adrian.klaver@aklaver.com>)
Список pgsql-general
Thanks for response.

I've tried to connect the application to postgres with odbc. Arised 2
problems:

1) mysql widelly uses case-insensitive naming for
schemas,tables,columns. But postgres use case-sensitive when
doulbe-quoting or lowers the names without quoting. Is there a configure
option to ignore case by default?
2) despite odbc use, at first start the particular application tries to
connect and create tables in database(schema). It kept saying that
database(schema) does not exists, although I've created the schema
exactly as it needs with cases and specified search_path also. May be
this problem is related to case-sensitivenes, as program double-quotes
the schema,table and column names.

On 02.06.2015 01:25, William Dunn wrote:
> PostgreSQL has a fully standards compliant ODBC driver (See:
> https://odbc.postgresql.org/). Any application designed to communicate
> with DBMS over ODBC connection should be able to use that driver to
> communicate with PostgreSQL. Most applications that interact with
> databases come with ODBC drivers pre-installed for the most common
> databases (MySQL, Microsoft SQL Server, Oracle, etc.) but allow you to
> set up an ODBC driver for another DBMS.



В списке pgsql-general по дате отправления:

Предыдущее
От: Adrian Stern
Дата:
Сообщение: Re: Database designpattern - product feature
Следующее
От: Thomas Kellerer
Дата:
Сообщение: Re: odbc to emulate mysql for end programs