QueryDefs Object

The QueryDefs object represents a collection of the QueryDef objects and provides methods for controlling and accessing the stored objects.

Methods

Count Returns the number of objects, stored in the collection.
Append Adds a new object to the collection.
GetByName Gets an object from the collection by its name.
GetByNumber Gets an object from the collection by its number.
DeleteByName Removes an object from the collection by its name.
DeleteByNum Removes an object from the collection by its number.

Remarks

The QueryDefs object belongs to the Connection and Database objects and can be retrieved by calling the QueryDefs method.

 

See Also

Connection Object, Database Object, QueryDef Object, QueryDefs Method