CDaoQueryDef::CanUpdate

BOOL CanUpdate( );
throw( CDaoException, CMemoryException );

Return Value

Nonzero if you are permitted to modify the querydef; otherwise 0.

Remarks

Call this member function to determine whether you can modify the querydef — such as changing its name or SQL string. You can modify the querydef if:

For information about querydefs, see the article DAO Querydef in Visual C++ Programmer's Guide.

CDaoQueryDef OverviewClass MembersHierarchy Chart