What should be used for displaying the results of a Search in vb?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vishwaskothari
    New Member
    • Aug 2007
    • 60

    What should be used for displaying the results of a Search in vb?

    I have to perform a search in a database.

    After that I have to display that result to the user BUT the problem is that the number of RECORDS returned by the search will vary according to the input given by the user.

    I think that explains my problem.

    What can be the probable solution?

    TIA

    With best regards
    Vishwas
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    Try to use MS Hierarchical Flexgrid for the purpose. It is very simple to use and can be feed with recordset dynamically.

    Comment

    • QVeen72
      Recognized Expert Top Contributor
      • Oct 2006
      • 1445

      #3
      Hi,

      If the search result is coming from multiple tables then, use MSFlexGrid where you can display Tablename and fieldname, fieldvalue column wise.
      if search is coming from single table, ListBox will suffice....

      Regards
      Veena

      Comment

      Working...