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
My code works and i have the response that i want.
If i want to import the "sqlQuery" function that i have made to call it in a React App, at exporting, im having the following error:
the code im doing for that is:
import sql from '../services/server.js';
And i want to do something that i have in "others.js" file showed in my gist.
Thanks in advice for ur help!
The text was updated successfully, but these errors were encountered:
Hello,
I have made some code for connecting my ms sql database with mssql lib in a file called server.js
The files i have u can find them here: https://gist.github.com/darklilium/a4dafd836b623488bd0a5085678b4054
When i run
My code works and i have the response that i want.
If i want to import the "sqlQuery" function that i have made to call it in a React App, at exporting, im having the following error:
the code im doing for that is:
And i want to do something that i have in "others.js" file showed in my gist.
Thanks in advice for ur help!
The text was updated successfully, but these errors were encountered: