Have you tried putting the database field explicitly into you query:string sqlStatement = "INSERT INTO TEST (TestValue) VALUES ('Testing')";just a thought.