Tag: database

  • Wed Jun 24 2020

    Wed Jun 24 2020

    I had a breakthrough idea last night as I read Pulling Profits from a Hat. Chapter 3 in the book was talking about 5 values that successful businesses posses. I forgot them all except the last one, mission. What is my mission for Sakura Blossom Trading Post? I figured it out. My mission is to […]

  • node.js node-sqlite3 error

    I got this wonderful error when setting up CRUD functions on a little node project I’m working on: { [Error: SQLITE_RANGE: bind or column index out of range] errno: 25, code: ‘SQLITE_RANGE’ } Here is the code that caused the error: var row_update = function(index, name, password, comment, callback) { var update = db.prepare(“UPDATE workers […]