We have xlates and tclprocs that use sqlite3 and they are working correctly.
Code in tclproc:
load tclsqlite3.dll sqlite3
sqlite3 db hin_docs.sqlite
set hin_doc [db eval {select doc_alias from hin_docs where doc_alias = $mill_doc_alias}]
I have attached a screen shot of what we get when we run sqlite3 from the command prompt. On CL 5.7 using sqlite3 as in the screenshot worked fine.
Is there something we’re missing to get sqlite3 working from the command prompt or is it no longer available? If we use sqlite, we can access the databases so we’re confused why sqlite3 works from the tclprocs and xlates but not the command prompt.
Connor[/img]