Originally posted by: TechBoyJK
so.... its not a query... but the pointer is referencing a row from a query? rather than returning the entire record set of the query, you create a cursor on a query that returns a row one at a time? then you loop through that cursor? is the point of this to enhance resource usage, aka not sending the entire recordset from the query to a user all at once? i guess im having trouble grasping why i would use this. thanks~!