i want to set the encoding of SQLite to UTF-16. how can i do that from code? prefferably in vb.net, but i am able to convert c# to vb.net
i use the database helper class from this url that i converted to vb.net code: http://ift.tt/1xzuSLK
i tried this vb.net code:
dbConnection = "Data Source=database.s3db;PRAGMA encoding = ""UTF-16"";"
but this diddent work.
Aucun commentaire:
Enregistrer un commentaire