Home | How To | Online Documentation | Support | Download | Order |
|
|
int CompareNoCase(const SAChar* lpsz ) const; Returns zero if the strings are identical (ignoring case), <0 if this SAString object is less than lpsz (ignoring case), or >0 if this SAString object is greater than lpsz (ignoring case). Parameterslpsz. The other string used for comparison. RemarksCompares this SAString object with another string. Function performs a case-insensitive comparison of the strings, and is not affected by locale. Server specific notesNo specific information. See alsoProblems and QuestionsIf you haven't found the answer to your questions or have some problems on using the Library, please, send e-mail to howto@sqlapi.com. |
|||||||||||||||||||