Hi,
I am using VB.. My recordset contains multiple rows and multiple columns. Can anyone tell me how to retreive record from the recordset? Query is:
SELECT No, Name FROM Temp.
There are 5 records in table Temp. I want to fetch first record. I want to get the first name. How to do it?
I am using VB.. My recordset contains multiple rows and multiple columns. Can anyone tell me how to retreive record from the recordset? Query is:
SELECT No, Name FROM Temp.
There are 5 records in table Temp. I want to fetch first record. I want to get the first name. How to do it?
Comment