Topic: Error Message?

When I try to enter new field in table, I get an error message " Database is locked" Why it i t and how solve it?

Re: Error Message?

Check for problem in your code. You might have a transaction or query that is running in background.
Or you might have opened your database in a third-party database viewer.

Try looking for -journal file alongside of your database and delete it. If error still occur. keep looking for code problem

brian

Re: Error Message?

Thank you brain