Oppenhiemer
Programmer
Hi -
Firstly - sorry for the repeat post (I tried sending this to the Interbase forum - but thought I would perhaps get more feedback here.)
I was under the impression that SQL SQl searches were not case- sensitive. However, after running a query I find that apparently this is not the case. Here is an example of the SQL statement being executed :
SELECT * From tablename WHERE tablename.fieldname LIKE '%Sunday%';
Its the '%Sunday'% bit that seems to be case sensitive. The "Fieldname" in question is of type VARCHAR (50). I have not made any changes to the default behaviour of Interbase itself (so far as Im aware.)
The above statement will return the expected records. But changing the '%Sunday%' to
'%SUNDAY%' or some other form of case change - causes problems. I will point out that the data contained in the database is in the shape of "Sunday".
Anyway, any help would be much appreciated.
Cheers..
Opp.
Firstly - sorry for the repeat post (I tried sending this to the Interbase forum - but thought I would perhaps get more feedback here.)
I was under the impression that SQL SQl searches were not case- sensitive. However, after running a query I find that apparently this is not the case. Here is an example of the SQL statement being executed :
SELECT * From tablename WHERE tablename.fieldname LIKE '%Sunday%';
Its the '%Sunday'% bit that seems to be case sensitive. The "Fieldname" in question is of type VARCHAR (50). I have not made any changes to the default behaviour of Interbase itself (so far as Im aware.)
The above statement will return the expected records. But changing the '%Sunday%' to
'%SUNDAY%' or some other form of case change - causes problems. I will point out that the data contained in the database is in the shape of "Sunday".
Anyway, any help would be much appreciated.
Cheers..
Opp.