Vote count:
0
I'm tring to Insert special characters into Sqlite and then trynig to read data from sqlite, but im facing some issue, i using follwing query to insert value to sqlite
INSERT INTO manufacturers VALUES(35,NULL,NULL,'KARTHICK\047'); in this query KARTHICK\047 has octal value, so when i try to read and displays the KARTHICK into my tableview, im getting (KARTHICK\047) instead of (KARTHICK'),
octal value \047 is special character ('),
please help me to sort out this issue
asked 1 min ago
Aucun commentaire:
Enregistrer un commentaire