short GetQueryDefCount( );
throw( CDaoException, CMemoryException );
Return Value
The number of queries defined in the database.
Remarks
Call this member function to retrieve the number of queries defined in the database’s QueryDefs collection. GetQueryDefCount is useful if you need to loop through all querydefs in the QueryDefs collection. To obtain information about a given query in the collection, see GetQueryDefInfo.
For information about queries and querydef objects, see the articles DAO Queries and DAO QueryDef. Both articles are in Visual C++ Programmer's Guide.