sqlite3 icon indicating copy to clipboard operation
sqlite3 copied to clipboard

How do I update the database?

Open guzman109 opened this issue 1 year ago • 0 comments

Could someone show me how to update a database? I currently have a SQL UPDATE statement in db.exec but I keep getting this error

error: Uncaught (in promise) SqliteError: 21: SQLite3 API misuse throw new SqliteError(code, "SQLite3 API misuse");

guzman109 avatar May 25 '24 17:05 guzman109