pypxlib
pypxlib copied to clipboard
Number of records
i'm trying to insert data into a table ,but there is an error and i don't understand it.
the program is very simple
table_prod = Table('X.db') table_prod.insert((str(id_log), str(Add_mail), str(num_tel), str(d_h), str(date_heure_envoi), str(module), str(application), str(message_event))) table_prod.close()
ERROR:
Number of records counted in blocks does not match number of records in header (76 != 4)
please someone help me.