Ispirer Website Ispirer Toolkit Overview Free Trial

ODBC - SQLProcedureColumns Function

ODBC - SQLProcedureColumns
Syntax SQLRETURN SQLProcedureColumns( SQLHSTMT StatementHandle, SQLCHAR* CatalogName, SQLSMALLINT NameLength1, SQLCHAR* SchemaName, SQLSMALLINT NameLength2, SQLCHAR* ProcName, SQLSMALLINT NameLength3, SQLCHAR* ColumnName, SQLSMALLINT NameLength4);
Description Returns the list of input and output parameters, as well as the columns that make up the result set for the specified procedures. The driver returns the information as a result set on the specified statement.
Returns SQL_SUCCESS, SQL_SUCCESS_WITH_INFO, SQL_STILL_EXECUTING, SQL_ERROR, or SQL_INVALID_HANDLE

© 1999-2024, Ispirer Systems, LLC. All Rights Reserved.