Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Call stored procedure who return clob #45

@syahiaoui

Description

@syahiaoui

Hi,
I would like to call stoted function using teradata, and the result expected is Clob, but i got an empty array depending the function used;
The stored function used:
let sql = CALL DEV.MY_PROC(:data,OUT_RESULT)

return db.readPreparedStatement(sql, [db.createPreparedStatementParam('data', 'String', data)]);

The results is:
{
"success": true,
"data": []
}
More informations:

Nodejs: 10.0.0
NPM: 6.1.0
OS: Ubuntu
Database: Teradata

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions