Results 1 to 3 of 3

Thread: [SOLVED] Database query (outputting result [multiple tables])

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Sep 2006
    Posts
    23

    Resolved [SOLVED] Database query (outputting result [multiple tables])

    This is in regards to VB6 - I currently have connected to my database and succesfully ran a query. When one table is involved in the query, I can output the data. But when there's two tables I cannot.

    Code:
                ss1.Row = 1
                ss1.Col = 1
                ss1.Text = gMySet!FOOD_DES.Desc
                ss1.Col = ss1.Col + 1
                ss1.Text = gMySet!ABBREV.Water
    Table 1: FOOD_DES
    Table 2: ABBREV

    Any help is appreciated.
    Last edited by Hack; Sep 20th, 2006 at 11:41 AM.

  2. #2
    Hyperactive Member
    Join Date
    Sep 2006
    Location
    India
    Posts
    310

    Re: Database query (outputting result [multiple tables])

    Can u please tell wat query u have passed?? Is it joins??

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Sep 2006
    Posts
    23

    Re: Database query (outputting result [multiple tables])

    It doesn't matter. I've done it.

    Thanks for the help.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width