I'm getting a "connection returned that was never out" randomly when I am doing the following (it happens occasionally): pointsdb.Exec("UPDATE points set NumOfStarDates = NumOfStarDates + 1 WHERE Nme = ?", username) Is there a possible bug? I'm thinking it has something to do with running out of resources or something.