URGENT!!! how find row in 1000000 Records? |
Post Reply |
Author | |
mozaheb
Senior Member Joined: 03 April 2008 Status: Offline Points: 104 |
Post Options
Thanks(0)
Posted: 24 August 2008 at 1:08am |
hi all
please tell me about how find row in many records? thank you |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
Just loop trough rows/records collection or use FilterText.
|
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 Zero replies is not an option.... |
|
AndreiM
Moderator Group Joined: 18 August 2007 Status: Offline Points: 132 |
Post Options
Thanks(0)
|
for what do you need this?
In some cases you may use more faster algorithms (for example if rows are sorted you may use binary search to find by search key) or create some helper mechanisms to make this faster).
|
|
mozaheb
Senior Member Joined: 03 April 2008 Status: Offline Points: 104 |
Post Options
Thanks(0)
|
i want change date in row after changes data in my database and i want fint row very fast.
how binary search in report control? |
|
nenkalo
Groupie Joined: 02 August 2008 Status: Offline Points: 36 |
Post Options
Thanks(0)
|
Hi mozaheb binary search is a one search method (in fact its a optimal algorithm solution to search). and not uniqe for search in RC . any data object (like data engine and data grid) have main and basic and fundamentally search method liek togheter . u must use this method with any search solustion to find record . in other word can i ask from u how u find this record in database to edit date ? u can search in RC like database .
|
|
Product: Xtreme SuitePro (ActiveX) version 12.0.1
Platform: Windows XP (32bit) Language: Visual Basic 6.0 |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |