Hi,
I have two datasource table1 and table2 .
below query use in table1 executequery method
qbds = this.query().dataSourceTable( tablenum(table1) );
qbds1 = qbds.addDataSource(tablenum(table2));
qbds1.joinMode(JoinMode::ExistsJoin);
qbl = qbds1.addLink(fieldnum(table1,id), fieldnum(table2, id));
how to remove table2 link in table1 active method.
Nimisha Patel
*This post is locked for comments
I have the same question (0)