Here is the problem:
I have a Mastertable that is empty
I also have a not empty Detailtable (TUnitable, only) whose key is a TAutoincField
Unidac raises an exception due the param to acess detailtable cannot be null:
Parameter[0]: Number - The data value violates the schema´s constraint for
the column (Status = Bh)
In the begining of Sdac this error had ocurred, but it was fixed.
It seems that unidac has the same problem.
The data value violates the schema´s constraint for the ..
-
luis_augusto
- Posts: 43
- Joined: Fri 14 Oct 2005 13:45
-
AndreyZ
-
AndreyZ
-
luis_augusto
- Posts: 43
- Joined: Fri 14 Oct 2005 13:45
Any news, yet?
Dear sirs,
Do you know how can I by pass this problem while you are investigating it?
It is mostly sure an incompatibility between the Integer master Field (which can be null) and the Autoinc detail Field (which cannot be null).
If there will be no workaround to this, every master-detail relationship between a query and a table will be compromised and will have to be checked in a large system, like mine.
Thanks
Do you know how can I by pass this problem while you are investigating it?
It is mostly sure an incompatibility between the Integer master Field (which can be null) and the Autoinc detail Field (which cannot be null).
If there will be no workaround to this, every master-detail relationship between a query and a table will be compromised and will have to be checked in a large system, like mine.
Thanks
-
AndreyZ