Skip to content

not working select with ResultSet #264

@nozzy177

Description

@nozzy177

Were warnings during installation of oracledb. Now I can connect to Oracle, run select-command but when I want that select-query return data in resultSet - nothing happens, no data and no errors.

connection.execute(
'select * from ausk',
{},
{
resultSet: true
},
function(err, result)
{
if (err) { console.error(err.message); return;}

      fetchRowsFromRS(connection, result.resultSet, numRows);
    }
);

1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions