I found some work about the using of winsqlite3.dll, in VBA for Excel, and was not completed. First I did some changes for using it in VB6. I did some checks and found some errors i the old implementation. Finally I made a demo using the Sqlite3, to make an in memory db, using ":memory:" and not a filename in the creation call.
The demo show how to handle blob, and the error messages (which the old example was wrong, had missing the free procedure for the error message pointer)
This example run on a Windows 10 os. The winsqlite3.dll exist and didn't need reference to it.
The first line in the form is the error message for checking the code.
Also I have a module to write unicode lines to form
![Name: sqlite.png
Views: 53
Size: 9.3 KB]()
The demo show how to handle blob, and the error messages (which the old example was wrong, had missing the free procedure for the error message pointer)
This example run on a Windows 10 os. The winsqlite3.dll exist and didn't need reference to it.
The first line in the form is the error message for checking the code.
Also I have a module to write unicode lines to form