I’ve never used a remote debugger before—I don’t know how to use it…
The fact is, everything worked perfectly until the last version. After the update, I suspect the Main subroutine is no longer being executed correctly as the first step.
But even if I just try to open the database with a single keystroke, I immediately get in the error:
PRINT “Start klick”
DB = SqlOpenDatabase(“localStorage”) ‘THE ERROR start here
Print “Datenbankname = '” & DB.filename & "’”
If DB <> 0 Then…
With SQLsample1 it works - but I dont know, why not more here.