DEFINE_COMMAND

DEFINE_COMMAND( x, szCommand )

Parameters

x

[in] The name of the user-record class.

szCommand

[in] The command that will be used to create the rowset when using CCommand.

Remarks

Use this macro to specify the command that will be used to create the rowset when using the CCommand class. This default command will be used if you do not specify command text in the Open method.

Macros for OLE DB Consumer Templates

Example

See BOOKMARK_ENTRY.