You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;}
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;}
The text was updated successfully, but these errors were encountered: