It works well for selecting data, and it also works well well Inserting Data without using Parameters.
If the parameters using a question mark as a place holder in the SQL, it doesn't work. There is no error output, and the CPU state is 100% running.
---------------------------
cursor.execute("INSERT INTO haitaichecks(ID,checkValues) values(?,?)",'test','test')
cnxn.commit()