Clicking any of the download links is generating an error:
ERROR: attempt to write a readonly database

attempt to write a readonly database
     while executing
"db eval {UPDATE file SET cnt=cnt+1 WHERE rowid=$Q(get)}"
     invoked from within
"if {[info exists Q(get)]} {
   db eval {UPDATE file SET cnt=cnt+1 WHERE rowid=$Q(get)}
   content-type application/binary
   reply-content [db one {SELEC..."
     invoked from within
"::tws::eval [read $fd [file size $argv1]]"
     invoked from within
"reply-content [::tws::eval [read $fd [file size $argv1]]]"
     invoked from within
"evalfile main.tcl"

(What I'm actually looking for is an example of how to do loadable  
functions on Windows, so if anyone has a more direct example of that,  
that would be great.)
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to