SDBDBIterator: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
MoDementia (talk | contribs) |
||
| 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. | |||
<source lang="vb">Set Iterator = Nothing</source> | |||
=== ISDBDBIterator members === | === ISDBDBIterator members === | ||
Revision as of 05:10, 1 May 2008
- SDBAlbum
- SDBAlbumArtItem
- SDBAlbumArtList
- SDBAlbums
- SDBApplication
- SDBArtist
- SDBArtists
- SDBCommonDialog
- SDBDatabase
- SDBDBIterator
- SDBDevice
- SDBDeviceList
- SDBDropTarget
- SDBDropTargetLast
- SDBDropTargetNext
- SDBDropTargetRip
- SDBFileSystem
- SDBHWEvents
- SDBImage
- SDBIniFile
- SDBMedia
- SDBMenuItem
- SDBPlayer
- SDBPlaylist
- SDBPlaylists
- SDBProgress
- SDBRegistry
- SDBScriptControl
- SDBSongData
- SDBSongIterator
- SDBSongList
- SDBStringList
- SDBTextFile
- SDBTimer
- SDBTools
- SDBTrackSynchStatus
- SDBTracksWindow
- SDBTree
- SDBTreeNode
- SDBUI
- SDBUIActiveX
- SDBUIButton
- SDBUICheckBox
- SDBUICommon
- SDBUIDockablePanel
- SDBUIDropDown
- SDBUIEdit
- SDBUIForm
- SDBUIGroupBox
- SDBUILabel
- SDBUIListBox
- SDBUIMaskEdit
- SDBUIMultiLineEdit
- SDBUIPanel
- SDBUIRadioButton
- SDBUISpinEdit
- SDBUITrackBar
- SDBUITranspPanel
- SDBUITreeList
- SDBUITreeListItem
- SDBWebSearch
CoClass SDBDBIterator
Iterator through a result of DB query.
In MM3 make sure to include the code below after every loop to avoid locked errors.
Set Iterator = NothingISDBDBIterator members
| Name | Type | Description |
|---|---|---|
| EOF | Property Get | |
| FieldNames | Property Get | |
| Next | Method | |
| StringByIndex | Property Get | |
| StringByName | Property Get | |
| ValueByIndex | Property Get | |
| ValueByName | Property Get |