Hello, 
 
I am writing Python code to access a database. While I am successful in running SELECT 
queries, I can not run INSERT queries. I suspect that the mode that sqlite is being 
connected to is read only.
 
Does anyone know how to open a connection to sqlite database from Python in write 
mode? 
 
I found this link that has information on connecting to a sqlite database from Python, 
but there is no information on write mode etc. 
 
http://pysqlite.sourceforge.net/manual.html
 
Any help would be greatly appreciated. 
 
Thank you,
Jai Modi
 

                
---------------------------------
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs 

Reply via email to