Code: Select all
contas
id
data
tipo_conta
despesas
despesas_conta_id // unique filed in this table
itens_despesas
despesa_id
custo
valor
My itens_despesas points to despesas (one-to-many) with master field set to despesas_contas_id
When i try to post "contas" dataset my despesas dataset are canceled without any reason, error message...
Using or note cachedupdates, transactions ...
Zeos seems to not like to work with releations where de child tables has only one field because in other places i can use the same type of relation without any problems.
Example:
Code: Select all
contas
id
data
pagar
pagar_conta_id
value
how to solve this ?