How to query a unicode data from sqlite database

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tzury

    #1

    How to query a unicode data from sqlite database

    Can anyone tell the technique of composing a WHERE clause that refer
    to a unicode data. e.g. "WHERE FirstName = ABCD" where ABCD is the
    unicoded first name in the form that sqlite will match with its
    records.

Working...