robertohuertasm / SQLite4Unity3d

SQLite made easy for Unity3d
MIT License
1.28k stars 265 forks source link

"insert into" not work in Android #29

Closed cabanel closed 8 years ago

cabanel commented 8 years ago

var q = ds.con.Execute("insert into STATISTIC (data, domande) values ('ZZZ', 3)");

this command work fine on pc not work on android

cabanel commented 8 years ago

I found the solution!

WHY WAS NOT UPDATED DATABASE WAS DUE THE LACK OF APPROVAL IN WRITING

IN SETTING ANDROID IF YOU HAVE LOCATION INSTALL '' PREFER Esternal " You MUST SET WRITE ACCESS ON "Esternal (SD CARD)"

sorry for my english

errore

robertohuertasm commented 8 years ago

Cool you found the solution to the issue!! Thank you very much for the information! ;D