Showing related tags and posts accross the entire site.
-
When performing a Deepload is there anyway to specify a where clause for the native table the provider is for and also for a column in one of the tables that are joined in the DeepLoad? i.e: Performing a Deepload on Orders with tables: OrderDetails and ShippingMethod, and being able to specify a where...
-
It would be great and make a whole lot of sense, to generate SELECT stored procs (in addition to those existing) which include the joins to foreign keys. For example: table A has a foreign key to table B. table A has a foreign key to table C. add a SELECT proc which contains an inner join between table...
-
Hi Ecathell, In fact, there is no real search "switchboard" in the site I am working on. The search criteria are determined by the path the web-surfer takes to navigate to what he wants to find. But it all comes to the same internally. In your case, the search is done on a string as far as I understand...
-
Hi Bobby! I really like the addrFilter.Join(...) suggestion above. Has this been implemented yet? It would simplify my work greatly. It would also be nice to be able to specify whether it is a LEFT JOIN or an INNER JOIN. Cheers! JF