mercredi 1 avril 2015

Set sqlite pragma encoding to "UTF-16" in .net

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