J
James Palmer
Guest
Another point, you talk about dynamic queries being compiled on the fly. They are not. They are compiled at compile time. They are evaluated on the fly. This is quite different from compiling them on the fly. The solution to your FOR EACH query is to literally build a new query for each iteration of the FOR EACH.
Continue reading...
Continue reading...