Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
265 views
in Technique[技术] by (71.8m points)

sqlite - Why am I getting an sqlite3 error 14 (unable to open database) when calling step on an sqlite3_stmt?

I am experiencing an SQLite error when attempting to step on an sqlite3_stmt. Surprisingly, I got the error 14: unable to open database file.

This is confusing as I opened the database earlier, and successfully submitted an insert into one of the tables. At no point did I close the database.

BEGIN TRANSACTION
INSERT to table A
INSERT to table B
END TRANSACTION

When I attempt to run the second insert command, I get the failure.

Does anyone have any idea of what might cause this issue?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

This solution worked for me. chowning the dir to the user opening the db https://www.pantz.org/software/sqlite/unabletoopendbsqliteerror.html


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...