Tag: error

  • Microsoft MapPoint 2011 on Windows 7 Professional

    Microsoft MapPoint 2011 on Windows 7 Professional

    At work we run vehicle tracking software from Kenwood called KAS-10. KAS-10 connects to our Kenwood radio system and receives position reports from mobile radios. KAS-10 has a dependency of Microsoft MapPoint, but not just any version of MapPoint, it needs MapPoint 2011. Under Windows XP, MapPoint 2011 installs without a hitch. Most business workstations […]

  • 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 […]