A
arossen@opentext.com
Guest
SQLProcedureColumns exposed to the end user and return list of parameters with their types. However the parameter lengths (COLUMN_SIZE) are set to 0. Need to be fixed. SQLDescribeCol(W) exposed to the end user and return list of columns with their types. However the column lengths are set to 4. Need to be fixed. Although SQLExecute execute statement “CALL proc_name (…)” with valid parameter values SQL_SUCCESS return value and subsequent call SQLDescribeCol(W) return list of columns SQLFetch always returns SQL_NO_DATA_FOUND despite the fact that with same user credential and same parameter values Salesforce Web browser interface generates report with number of rows. Need to be implemented properly. All functionality exposed to end user must work properly.
Continue reading...
Continue reading...