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
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