VB Command Grouping

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Arvindkumar
    New Member
    • May 2007
    • 3

    #1

    VB Command Grouping

    I am working on the VB Report that has the query like

    select * from emp where empsal = ?

    Passing the value through command grouping in VB 6 to Data environment it works fine.

    But the problem is that it shows only the first record that matches the criteria. I want to show all the record that matches the criteria.

    Any help would be highlly appreciable

    Thanks
Working...