Hi
im using php in a webapp to access a sqlite database. now since hours i'm
confronted with a weird error:

i can access my database just fine, as long as i use commands as simple as
"select * from testtable where a='b'"
as soon as there comes any 'distinct' or 'order by' or 'group by' into play, 
i always get the error "unable to open database file", error number is 14
(which should be just that) and there is another error code: hy000

anybody an idea??

thanks a lot!

Max Fechner
-- 
View this message in context: 
http://www.nabble.com/Accessibility-dependend-on-command-and-folder-tp17764999p17764999.html
Sent from the SQLite mailing list archive at Nabble.com.

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to