Hello,
I am having a problem updating detail records linked to a Master form.
I execute the main form where detail records are listed.
When deleting a detail record, scriptcase asks me if I really want to delete the record, I respond yes but then I get an error that says: “Error al excluir en la base de datos: registro inexistente”.
I turned the “debug” option and I see two errors I don’t understand:
- “Transaction not supported in mysql driver, use ‘mysqlt’ or ‘mysqli’ driver”.
- “(mysql): Select count(*) from detail_table_name where pr_p_id = 1)”
I am using mysql.
I have a parent record with key p_id = 1
I have several detail records with matching parent key p_dtl_id = 1
The detail record does exist and has a matching key.
On the Master/Detail option of the main Form I do have the options to "enable Insert button, enable Update button, enable Delete button, enable Navigate button turn on.
This just to work fine before but not anymore any ideas ??
Thank you.