1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

  2. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

How to define prodataset with a join table

Discussão em 'StackOverflow' iniciado por fdantas, Janeiro 30, 2019.

  1. fdantas

    fdantas Administrator Moderador

    How do you actually define a dataset with a join table? Whenever we do this we get the error, buffer could only have 1 active parent relation.

    DEFINE DATASET FOR eOrder, eOrderLine, eProduct
    DATA-RELATION r1 for eOrder, eOrderLine
    RELATION-FIELDS (OrderID, OrderID)
    DATA-RELATIOn r2 for eOrder, eProduct.
    RELATION-FIELDS(ProductID, ProductID)

    Continue reading...

Compartilhe esta Página