question about Carlos Antollini ADO classes !!!
-
Hello there, I looking for a function in the recordset class that return the current position in the recordset !!! Like this: dwPos = m_Rs.GetCurrentPos(); Also, I’m looking for other function that can jump to special record by record number ! Like this: m_Rs.SetCurrentPos(50); Is there thease functions in the recordset class, currently ??? If not, can you tell me how can I write this ?? Regards, My month article: Game programming by DirectX by Lan Mader. Please visit in: www.geocities.com/hadi_rezaie/index.html Hadi Rezaie
-
Hello there, I looking for a function in the recordset class that return the current position in the recordset !!! Like this: dwPos = m_Rs.GetCurrentPos(); Also, I’m looking for other function that can jump to special record by record number ! Like this: m_Rs.SetCurrentPos(50); Is there thease functions in the recordset class, currently ??? If not, can you tell me how can I write this ?? Regards, My month article: Game programming by DirectX by Lan Mader. Please visit in: www.geocities.com/hadi_rezaie/index.html Hadi Rezaie
You can use bookmarks for storing the current position. As far as i know is no way currently to jump to a random position. But I guess you could always use 'Find', if you know any thing about the record you want to jump to(ex primary keys are usually automunbers)
-
Hello there, I looking for a function in the recordset class that return the current position in the recordset !!! Like this: dwPos = m_Rs.GetCurrentPos(); Also, I’m looking for other function that can jump to special record by record number ! Like this: m_Rs.SetCurrentPos(50); Is there thease functions in the recordset class, currently ??? If not, can you tell me how can I write this ?? Regards, My month article: Game programming by DirectX by Lan Mader. Please visit in: www.geocities.com/hadi_rezaie/index.html Hadi Rezaie