On 2017/09/07 11:09 AM, Bart Smissaert wrote:

SQLite is a third party product, and would not be pre-installed by
Microsoft.

I thought this was standard now on Win10. Not that I think it is relevant
with my problem.

SQLite is actually found on Windows installations, but only in support to it's own uses, such as for Skype.

There is no clean Windows installation I know of where you could open a command prompt and type "sqlite3.exe" where anything would execute, nor find an sqlite3.dll as a standard in the Win32 library folders (unless some other installed app put it there). To be fair, I only use Win10 64bit Prof - maybe it is included now on others?

By the way, I am not sure exactly what programming platform or IDE you are using, but that must be the worst debugger in the World. Stacktraces and steppers should be able to take you to the exact errors in even the most simple programming environments these days, unless it itself is the thing that broke (which is quite possible!). Any chance you use multiple programming environments and can test the same function in another one, but on the same computer and OS?


_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to