Hello i\'ve spent almost 2 hours trying to figure out why the LIKE statement doesn\'t work and i only get this error: 03-03 11:31:01.770: ERROR/AndroidRuntime(11767):
03-03 11:31:01.770: ERROR/AndroidRuntime(11767):
This is how I did:
String []columns = {"_id", "name"}; String []selectionArgs = {name+"%"}; db.query(true,"mydb",columns,"name LIKE ?",selectionArgs,null,null,null);