I have a project have to save some register into to database SQLite, but at the same time insert into another table.
Example:
tables : contact_enc contact_det
contact_enc columns: id, name, telefono
contact_det columns: id, id_ce, name, address, status
I need to insert into contact_enc
the field and same times contact_det
the field.