I have a table named \"master\" with columns id, name, surname, gender, and designation
id
name
surname
gender
designation
When I fire
Your namemaster tables needs to have a column _ID defined to be used by SimpleCursorAdaptor. Make sure your table schema includes _ID and not an id as the later is wrong.
namemaster
_ID