SDBDBIterator: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
m (versions)
 
Line 4: Line 4:
Iterator through a result of DB query.
Iterator through a result of DB query.


In MM3 make sure to include the code below after every loop to avoid locked errors.
'''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>
<source lang="vb">Set Iterator = Nothing</source>
=== ISDBDBIterator members ===
=== ISDBDBIterator members ===
    
    
{{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