Click here to Skip to main content
15,896,153 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
While I am Upload Data I Got Error like that"The database file is locked
database is locked"
.I'm using SQLite database.I'm not able to upload the data . But in Windows XP it working fine . In Windows 7 it showing error like that

Regards
K.Karthick
Posted

1 solution

Read about the details of the error here: Documentation: Error Code SQLITE_LOCKED (6): Database Is Locked[^]

Similar issues discussed here:
http://www.mojoportal.com/Forums/Thread.aspx?pageid=5&mid=34&ItemID=2&thread=7676&pagenumber=1[^]
http://stackoverflow.com/questions/151026/how-do-i-unlock-a-sqlite-database[^]

Based on what I read, it looks like you need to make sure that every connection opened needs to be closed as soon they are no more needed. Debug and see the flow, and open/close connection based on need.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900