CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2005
    Location
    Bremen, Germany
    Posts
    33

    Data Relation problem

    Hi,
    My datasource contains 3 tables.
    1st table contains id,& so on
    2nd table contains id , name.
    3rd table contains name , age.

    I made two list box when i click id, it should relate with id from 2nd table and its should display corresponding name from the third table w.r.to the 2nd table.

    (I am using listbox as checkedlistbox doesnt work properly with databindings)
    I checked lot of examples, dealing only with two tables.


    Is there anyother way to do it?

    waiting for your reply-
    kings4u

  2. #2
    Join Date
    Jul 2005
    Location
    Bremen, Germany
    Posts
    33

    Re: Data Relation problem

    Hello guys,
    I made it work with the xsd itself.

    thanks.
    kings4u

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

Featured