Comments
Sort by recent activity
I found the problem... one of the tables got corrupted in the identity field (autoincrement) instead of a number it had a bunch of weird characters. I deleted them and put back the 1... that fixed it..
However you may need to look into this, what may have caused the error
thanks
Vincent / comments
I found the problem... one of the tables got corrupted in the identity field (autoincrement) instead of a number it had a bunch of weird characters. I deleted them and put back the 1... that fixed ...