Hello everybody,
im trying to make a simple INSERT query into a sqlite db with the mod_python
module.
the query is:
python code embembed into a web page:
query="""
INSERT INTO Message
VALUES('%s','%s','%s','%s','F');""" % (_ID_, name, email, messaggio)

the error is
OperationalError: unable to open database file

can anyone fix it?
note: the db file has the 777 rights and my user has the file owner

Thank u
-- 
View this message in context: 
http://www.nabble.com/mod_python---sqlite%3A-Doesnt-the-INSERT-istance-tp25258303p25258303.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