You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: