lundi 20 juillet 2015

SQLiteException: unrecognized token: "\":

Here is the table where i want to insert the value:

" create table if not exists "+CipherCongfigTable +
" ( DATABSE_NAME **TEXT**  PRIMARY KEY NOT NULL,DATABSE_KEY **TEXT**  NOT NULL);";

when i want to insert

String **configDBPassword**= "**x\'2DD29CA89\'**"

through statement

"insert into "+CipherCongfigTable+ " values("+DataBaseName+","+**configDBPassword**+")"

I am getting exception:

unrecognized token: "\":

I need the password in the same format i.e. having escape charecter. Is there any way to do it????

Thanks

Aucun commentaire:

Enregistrer un commentaire