Posts by Gabriel Nogueira • 33 points
1 post
-
3
votes2
answers1432
viewsQ: Query return in Javascript variable
I am making a code in Node.js that accesses SQL Server database. I created a variable that stores the result of a query, the problem is that I can’t access this variable outside of the connection…