CTSession::NextDatabase
Syntax
CTBOOL NextDatabase(CTString& Name, CTString& Path)
Parameters
Description
Gets the next database for the session. A database must have already been retrieved using FirstDatabase(), FindDatabase(), or GetDatabase().
Return
NextDatabase() returns YES if the database is found, NO otherwise.
See also
FirstDatabase(), FindDatabase(), GetDatabase()