Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Converts parameter types into the string representation of the parameter types.
Syntax
virtual STDMETHODIMP_(int) SQLParamType (
WORD wSqlType,
LPWSTR lpBuffer,
int nBufferMax
) = 0;
Parameters
wSqlType
A data type.lpBuffer
Holds the string representation.nBufferMax
Size of the buffer lpBuffer.
Remarks
ISQLXMLHelper should only be used by Microsoft internal applications.