Case Insensitive Searching?
am 23.05.2003 22:24:36 von Ben SchneiderThis is a multi-part message in MIME format.
------=_NextPart_000_0014_01C3212E.A87A37A0
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
I am working on a project where I am creating a PHP front end to a Postgres
database. The schema is new but the data is old. Meaning I had to convert
the data from the old Informix DB.
=20
Anyway all of the existing data is in all upper case. However new data going
in will be in both upper and lower case.(As requested by the customer.)
=20
So the question is, how do I perform a case insensitive search? Is there a
DB setting I can set to ignore the case?
=20
If not, then an example of some PHP code that can do this would be of a
great help.
=20
Thanks,
Ben
=20
------=_NextPart_000_0014_01C3212E.A87A37A0
Content-Type: text/html;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
0.0pt;
font-family:Arial'>I am working on a project where I am creating a PHP front
end to a Postgres database. The schema is new but the data is old. Meaning I
had to convert the data from the old Informix DB.
0.0pt;
font-family:Arial'>
0.0pt;
font-family:Arial'>Anyway all of the existing data is in all upper case. Ho=
wever
new data going in will be in both upper and lower case.(As requested by the
customer.)
0.0pt;
font-family:Arial'>
0.0pt;
font-family:Arial'>So the question is, how do I perform a case insensitive
search? Is there a DB setting I can set to ignore the case?=
p>
0.0pt;
font-family:Arial'>
0.0pt;
font-family:Arial'>If not, then an example of some PHP code that can do this
would be of a great help.
0.0pt;
font-family:Arial'>
0.0pt;
font-family:Arial'>Thanks,
0.0pt;
font-family:Arial'>Ben
0.0pt;
font-family:Arial'>
------=_NextPart_000_0014_01C3212E.A87A37A0--