Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: Removing not necessary joins

    Currently we are working with Northwind DB.

    In the Master Query, we have the query as below

    SELECT

    [Customers].[CustomerID],

    [Customers].[CompanyName],

    [Customers].[City],

    [Customers].[Region],

    [Customers].[Country],

    [Orders].[OrderDate],

    [Orders].[Freight],

    ...

  • RE: Generating Auto Relationship

    Hi,

    I want to use the existing relationship to be populated in a text box in vb.net

    Thanks

    Madhukar

  • RE: Generating Auto Relationship

    Yes,

    I want to use JOINS, but this relationship is to be generated automatically on selection of the tables by the user.

Viewing 3 posts - 1 through 3 (of 3 total)