Hi,
I'm looking for advice on the approach that I should use to source data for a comprehensive report created via Adapter and DevExpress.
The main table has many relations, some with lookup tables or with link tables.
So table Country has FKs to Region and other lookups and table CountryOrganisation links countries to organisations. There are many, many of these.
In the non LLBLGen world its really straightforward to create the query with the necessary joins to retrieve names of related FK items for the datasource of my report. How would one do this in LLBLGen?
I'm using Adapter 2.5, SQL Server 2005 to create a WinForm app with VB.
Really could do with your advice urgently.