When the query key ("word" variable) contain Unicode value (not
English),
the query below not return any value, otherwise it works fine.
private SQLiteDatabase myDataBase;
...
String[] selectionArgs = new String[] { word };
String sqlString = "SELECT * FROM List Where Heb = ? ";
Cursor c = myDataBase.rawQuery(sqlString, selectionArgs);
Enviroment: Java Eclipse, Android Emulator API Level 10.
Any ideas?
Thanks,
Ben
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en