On Thu, Dec 18, 2014 at 9:37 AM, Alan Bourke <[email protected]> wrote: > > The only way I can think of is if your SELECT had a user-defined > function that moved the record pointer. > > Select x, y, z, myudf() as a from mytable > > myudf() could presumably move the pointer in mytable or another table. > -------------------
Do people really use record pointers to determine where they are with respect to data? Been doing CRUD type processing for 20 years now that I would never consider trusting a pointer. -- Stephen Russell Sr. Analyst Ring Container Technology Oakland TN 901.246-0159 cell --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/cajidmykrtok4j1yyvkmfff50e+ueujto3nt9mfmf14txgeh...@mail.gmail.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

