I am new-bee to vb. I have a stored procedure that queries 2 tables. gets Data from tab1 into a cursor and loops over cursor to retrieve data from tab2.
I am calling this stored procedure from vb and I want to display data returned by both the table and also I need to perform totals which will be displayed at end of each row from tab1.
Can someone please provide me with the syntax for this.
thanks
acs
I am calling this stored procedure from vb and I want to display data returned by both the table and also I need to perform totals which will be displayed at end of each row from tab1.
Can someone please provide me with the syntax for this.
thanks
acs