Using MS Access front-end with PG

Поиск
Список
Период
Сортировка
От Paul Lambert
Тема Using MS Access front-end with PG
Дата
Msg-id 4612EC6D.6000802@autoledgers.com.au
обсуждение исходный текст
Ответы Re: Using MS Access front-end with PG  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Using MS Access front-end with PG  ("Joshua D. Drake" <jd@commandprompt.com>)
Re: Using MS Access front-end with PG  (Edward Macnaghten <eddy@edlsystems.com>)
Re: Using MS Access front-end with PG  (Paul Lambert <paul.lambert@autoledgers.com.au>)
Re: Using MS Access front-end with PG  (Richard Broersma Jr <rabroersma@yahoo.com>)
Список pgsql-general
I've got an MS Access front end reporting system that has previously
used MS SQL server which I am moving to Postgres.

The front end has several hundred if not thousand inbuilt/hard-coded
queries, most of which aren't working for the following reasons:
1.) Access uses double quotes ("") as text qualifiers, PG uses single
quotes. ('')
2.) The Like function in SQL Server is case insensitive, PG it is case
sensitive. The ilike function is not recognised by Access and it tries
to turn that into a string, making my test (like "ilike 'blah'")

Has anyone had any experience with moving an access program from SQL
server to PG?

Is there any way to change the text qualifier in PG or the case sensitivity?

TIA,
P.

--
Paul Lambert
Database Administrator
AutoLedgers


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

Предыдущее
От: Philip Hallstrom
Дата:
Сообщение: Re: Nice, web-based SNMP-Frontend for pgsnmpd?
Следующее
От: "Florian G. Pflug"
Дата:
Сообщение: Re: Nice, web-based SNMP-Frontend for pgsnmpd?