My program, written in Qt C ++, calls the sqlite database. It works well on my own computer, but on the end-user computer it says: "Driver is not loaded." True, I do not know which files / dll should be copied / installed,
Can you help me?
Update: I found that I need to copy sqlite3.dll, sqlite3.def and sqlite3.exe to the windows / system32 folder or my program folder, but it still cannot load the database.
OS is Windows xP.
thanks
mimic
source share