Posts by Roberto Pannain • 1 point
4 posts
-
-2
votes1
answer1010
viewsQ: NODE.js Insert in MS SQL
I am trying to run an INSERT in my MSSQL through my NODE.js server But it’s not working. I believe it is not a connection problem because (as I will demonstrate at the end of the post) I made a…
-
0
votes1
answer544
viewsQ: How to send information from a Javascript site to the NODE.js server
Guys, I have a javascript site where I get information from a Rest API (json) i would like to delete this information to my server (A Node.js that I created that connects to the database) is my…
-
-1
votes1
answer742
viewsQ: NODE.JS 'Connectionerror with MSSQL
It’s the first time I’ve worked with javascript and Node.js. I have no idea what the error might be or how to make the connection, my problem initially arose here:…
-
0
votes1
answer437
viewsQ: Taking information from a JSON and saving it to SQL Server using Javascript
I have this code, which returns the information I want and shows on the page. Now I would need to save this information to an SQL Server database, as this would be possible? This is very difficult…