Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9236

new $.hdb interface in sp9

$
0
0

Hello,

 

while working with new $.hdb  interface i am getting following error message, any idea what is the issue.

 

 

 

$.hdb.Connection.executeQuery: SQL error. NR: 402, ERROR: the user was already dropped before query execution at ptime/query/checker/query_check.cc:193

 

 

sample code:

 

try

{

var conn = $.hdb.getConnection();

  var query = "select * from  TST.TBLUSER";

  var results=conn.executeQuery(query);

  $.response.setBody(JSON.stringify(results));

}

 

 

catch(e)

{

  $.response.setBody(e.message);

}


Viewing all articles
Browse latest Browse all 9236

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>