I have one insert statement which is supposed to produce one record in the database, but instead it produces two. My program is simple in that I open the database, do one insert, and close the database.
The two records are identical except for the auto-incremented integer which is a primary...