While watching the value of Err.LastDllError, as soon as the single line in the
function below is executed, the value becomes 2. According to my documentation,
this value indicates an "Internal Logic Error".
As this is a direct call to the SQLite DLL library, I am at loss as to the
cause of the error. Can someone point me to the source/cause of the error and a
way to correct it?
Public Function SQLite3Step(ByVal stmtHandle As Long) As Long
SQLite3Step = sqlite3_stdcall_step(stmtHandle)
End Function
' From the SQLite StdCall Imports:
Private Declare Function sqlite3_stdcall_step Lib "SQLite3_StdCall" Alias
"_sqlite3_stdcall_step@4" (ByVal hStmt As Long) As Long
The file - SQLIte3.dll is dated: 3/3/2016 5:39 PM
The file - SQLite3_StdCall.dll is dated: 3/12/2016 8:28 PM
Keith Hoar
[email protected]
WWW.Zhetosoft.com
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users