
April 11th, 2003, 10:34 AM
|
|
Junior Member
|
|
Join Date: Feb 2003
Posts: 7
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Record Set Question
Hi
I am using a COM+ environment and fetching records from the database and in the while loop, I am using a recordSetPtr -> MoveFirst() to ensure it is in the first set. But is it necessary to place this command as even if i am not issuing this command, it is pointing to the first record by default.
|