pypxlib icon indicating copy to clipboard operation
pypxlib copied to clipboard

Number of records

Open Das332021 opened this issue 4 years ago • 0 comments

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.

Das332021 avatar Aug 25 '21 14:08 Das332021