Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not working select with ResultSet #264

Open
nozzy177 opened this issue Aug 28, 2015 · 1 comment
Open

not working select with ResultSet #264

nozzy177 opened this issue Aug 28, 2015 · 1 comment

Comments

@nozzy177
Copy link

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

@cjbj
Copy link

cjbj commented Aug 28, 2015

@nozzy177 please post your question to the correct repo which is 'node-oracledb', not 'node-oracle': https://github.com/oracle/node-oracledb/issues

Post your complete code including your implementation of fetchRowsFromRS().

The warnings were, well warnings, and will be fixed in the next version (they didn't occur with VS2012).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants