Posts by Felix Ezequiel • 1 point
2 posts
-
0
votes1
answer48
viewsA: Select in NODE returns empty
Solved, due to the return of the query being very extensive I had to do the following const dbConfig = require("./conexaoDBoracle.js"); const oracledb = require("oracledb"); class ConsultaXML {…
-
0
votes1
answer48
viewsQ: Select in NODE returns empty
When I run this query: SELECT xml_nfe FROM NDD_COLD.COLD_PROD WHERE ide_id ='NFe42200602831172001104550000010390091233318028' In plsql it returns me a line with information, then I pass the same…