Enter Keywords:
1 - 10 of 70(0.008 seconds)
Sort By:
 
How do you make a SQL query Case Insensitive in Oracle. What I have now does the trick but I can't figure out how to make it case insensitive in the SQL statment. This is what I have: Select * f...
Zones: OracleDate Answered: 02/17/2000 Rating: 7.8 Views: 0
Hello, How can one perform a case insensitive search within a string in c(not++), under MS-VisC++6.0 compiler?
Zones: CDate Answered: 02/07/2004 Rating: 7.2 Views: 0
how can I select rows based on a case-insensitive search?  Would I use LIKE?
Zones: MySQL ServerDate Answered: 09/17/2003 Rating: 7.4 Views: 0
While working with C#, I've come to find that the Replace() method does not have an option to perform a case insensitive search. This seems a little weird, but then again I've found it best not to ...
Zones: C#Date Answered: 03/25/2004 Rating: 8.6 Views: 54
Does windiff have a case insensitive switch?  If so how to I activate it. I realize that it can be done through code but I'm looking for a quicker fix.  Please do not send me pieces of code.  Th...
Zones: Windows ProgrammingDate Answered: 01/14/2005 Rating: 8.2 Views: 0
<DATA>   <COMMENT>     <ITEM NAME="Calvin Foo" VALUE="programmer">   </COMMENT> </DATA> set myXML = kk_xmldoc.documentelement set myXML1 = myXML.selectNodes("/DATA/COMMENT[ITEM[@NAME='Calvi...
Zones: XMLDate Answered: 04/15/2005 Rating: 9.4 Views: 0
I need to change the script below so that it is case-insensitive. It needs to process lines whether they begin SDI_TOPIC, or SDI_Topic, or sdi_tOpic,  or SDI_Date, SdI_datE, etc.. $file = $d...
Zones: PerlDate Answered: 10/27/2005 Rating: 9.8 Views: 0
hi, In a Sybase query I want to match all the records which match to particular word. E.g If I want to match JOHN SMITH. In the database it could be john smith or John Smith or JOHN SMITH. Plea...
Zones: SybaseDate Answered: 11/27/2007 Rating: 8.8 Views: 0
   Hi! I'm an experienced programmer but still somewhat new to VB and having a helluva time trying to use our existing FoxPro databases with it. One problem I'm having now involves how to make ind...
Zones: VB DBDate Answered: 11/03/1998 Rating: 6.2 Views: 0
How do I do a case-insensitive search on a (string-)field in InterBase (using Delphi 4)? When I try  a case-insensitive search on an Interbase-database field, I keep getting the message: 'table is ...
Zones: Delphi ProgrammingDate Answered: 04/28/1999 Rating: 9.0 Views: 0