SDBDBIterator: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
m (versions)
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:


Iterator through a result of DB query.
Iterator through a result of DB query.
'''Note:''' From version 3.0 make sure to include the code below after every loop to avoid locked errors.
<source lang="vb">Set Iterator = Nothing</source>


=== ISDBDBIterator members ===
=== ISDBDBIterator members ===
Line 8: Line 11:
{{MethodsList  
{{MethodsList  
|[[ISDBDBIterator::EOF|EOF]] |Property Get |   
|[[ISDBDBIterator::EOF|EOF]] |Property Get |   
|[[ISDBDBIterator::FieldNames|FieldNames]] |Property Get |   
|[[ISDBDBIterator::FieldNames|FieldNames]] |Property Get |  From 3.0.2.
|[[ISDBDBIterator::Next|Next]] |Method |   
|[[ISDBDBIterator::Next|Next]] |Method |   
|[[ISDBDBIterator::StringByIndex|StringByIndex]] |Property Get |   
|[[ISDBDBIterator::StringByIndex|StringByIndex]] |Property Get |   

Latest revision as of 22:48, 20 April 2013