ISDBDatabase::QuerySongs

From MediaMonkey Wiki
Revision as of 15:04, 6 September 2007 by Steegy (talk | contribs) (Previous edit was incorrect; "AND " not working was a bug.)
Jump to navigation Jump to search

CoClass SDBDatabase, Interface ISDBDatabase

Function QuerySongs(AddSQL As String) As Object


Parameters

Name Type Description
AddSQL String Only condition part of SQL statement (WHERE clause)


Method description

Returns a SDBSongIterator object with a list of tracks fulfilling criteria specified by AddSQL parameter.

Example code

Set Iter = SDB.Database.QuerySongs("SongLength > 60*1000")

Older versions

In MediaMonkey prior version 3.0 the AddSQL string had to start with "AND ", but this is no longer needed.