Re: Using MS Access front-end with PG - Mailing list pgsql-general

From Richard Broersma Jr
Subject Re: Using MS Access front-end with PG
Date
Msg-id 921152.97401.qm@web31805.mail.mud.yahoo.com
Whole thread Raw
In response to Using MS Access front-end with PG  (Paul Lambert <paul.lambert@autoledgers.com.au>)
List pgsql-general
> 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?

I wonder if this would be a good feature to request from the ODBC developers by adding a parameter
to the drivers to use ilike instead of like.

Regards,
Richard Broersma Jr.

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Using MS Access front-end with PG]
Next
From: Oleg Bartunov
Date:
Subject: Re: Using MS Access front-end with PG]