Board index » delphi » SQL - case sensitive searching - HOW TO TURN IT OFF?

SQL - case sensitive searching - HOW TO TURN IT OFF?

Hi,

I've just written my first application using BDE and have written a nice
wildcard search routine that works fine. However, is it possible to perform
NON-case sensitive searches, and also does anyone know how to search across
all fields in a database for the same information instead of searching only
one field?

Any help will be greatly appreciated

regards

Jon

 

Re:SQL - case sensitive searching - HOW TO TURN IT OFF?


Just to let you all know I worked it out anyway, so no need for any help

thanks

Jon

Quote
Jonathan Gill <j...@cdman.force9.net> wrote in message

news:9fb739$pl8$1@neptunium.btinternet.com...
Quote
> Hi,

> I've just written my first application using BDE and have written a nice
> wildcard search routine that works fine. However, is it possible to
perform
> NON-case sensitive searches, and also does anyone know how to search
across
> all fields in a database for the same information instead of searching
only
> one field?

> Any help will be greatly appreciated

> regards

> Jon

Other Threads