> By the way, I am not sure exactly what programming platform or IDE you are using
On the machine where I have this problem I use Win 10. On the main dev machine I have Win 7. I am coding in the old VB6 (Classic VB). The only other environment I could think of to test would be VBA, but that is very similar to VB6. In fact the VB6 ActiveX dll is called from VBA (Excel). RBS On Thu, Sep 7, 2017 at 12:24 PM, R Smith <[email protected]> wrote: > > > 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 > _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

