Hi,
In my application, I am looping through recordset. for each record, I want to run a sql statement and if there is any record then proceed with other functions else go to the next record.
I have already created a recordset with ado in VB6. But, I don't know how to run the sql statement each time in loop and check whether the sql statement got any records or not.
Thanks
ndp
In my application, I am looping through recordset. for each record, I want to run a sql statement and if there is any record then proceed with other functions else go to the next record.
I have already created a recordset with ado in VB6. But, I don't know how to run the sql statement each time in loop and check whether the sql statement got any records or not.
Thanks
ndp