Quote Originally Posted by Krool View Post
sqlite3_bind_text16 now fixed to use directly StrPtr(Value).
I don't know what triggered me to cache it in a variable and append a vbNullChar. Normally I don't do it when sending a string to an API.
It was needed with UTF8.
I've tried without the null char and it didn't work when it was working with UTF8.