Duplicar posible:
Is it possible to apply primary key on the text fields in android databasecómo agregar la clave principal al tipo de datos de texto en android sqlite?
he hecho como éstos conseguir fuerza de cierre.
private static final String CREATE_NEWCUSTOMER = "create table newcustomer (_id integer primary key autoincrement, "
+ "cname text primary key, date text , " + "caddress text);";
funciona para entero si tiene alguna idea por favor ayúdeme.
ver esto: http://stackoverflow.com/questions/7591492/is-it-possible-to-apply-primary-key-on-the-text-fields-in-android-database –