Das332021

Results 2 issues of Das332021

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),...

I'am writing a code that read data from a table contain 3 lignes of data and inserting data in another table . When i run the code for the first...