Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Retrieves the data type of a specified parameter.
bool GetParamType(
DBORDINAL nParam,
DBTYPE* pType
) const throw( );
Parameters
nParam
[in] The parameter number (offset from 1). Parameter 0 is reserved for return values. The parameter number is the index of the parameter based on its order in the SQL or stored procedure call. See SetParam for an example.pType
[out] A pointer to the variable containing the data type of the specified parameter.
Return Value
Returns true on success or false on failure.
Requirements
Header: atldbcli.h