Hello all,
I am given two two unknown table IDs ( Common ), let's call them fromTable and toTable. One is an actual populated common buffer with the table values.
I'd like to run a find operation on the toTable using relations on the two tables. I'm trying to use QueryBuildDataSource to use the natural relations for the join, and would like to pass in the populated common buffer to set the 'where' clause.
Is this possible?
Regards,
Silvano