I am trying to pull a group of records based on the value in one of the
fields. This is what I have tried but it is returning 0 results:
private String[] From = {Cardfront};
private String Where = SetID + " = ?";
private int setId;
Cursor cursor = db.query(TABLE_NAME2, From, Where, strSet, null,
null, null);
What am I doing wrong?
Kevin
--
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en