Hi everyone,
How to read or pull data from sql server on node red? If I send data I understand, but if I pull data from a table on the SQL server database, I have never done that.
sample data I want to read or pull
Thanks Before,
Hi everyone,
How to read or pull data from sql server on node red? If I send data I understand, but if I pull data from a table on the SQL server database, I have never done that.
sample data I want to read or pull
Thanks Before,
Simply put your query into node-red-contrib-mssql-plus
and send a msg
to it to execute the query.
e.g.
SQL Node Setup
Google is your friend: sql.connectionpool is not a constructor node-red-contrib-mssql-plus - Google Search
1st result: https://github.com/bestlong/node-red-contrib-mssql-plus/issues/22
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.