Forum Discussion
Custom Visual access ms sql server
- 8 years ago
The module that you mentioned is for node.js only. I don't think that it might be used on client side.
If you wanto to use MS SQL server in your custom visual you should create an own backend server that connects to the sql server or use Active X but this way isn't secure.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
Hello marcobaciga
Could you please share name of the module?
Please note that it would be better to use Power BI data import to connect to SQL Server and any other data-bases.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
- marcobaciga8 years agoHelper I
Hello v-viig,
i want to connect a db sql in internal custom visual project because i have to update a field in my local database.
The idea is to run the command sql in my custom visual.
The module used is mssql https://www.npmjs.com/package/mssql
Thank you
Marco
- v-viig8 years agoCommunity Champion
The module that you mentioned is for node.js only. I don't think that it might be used on client side.
If you wanto to use MS SQL server in your custom visual you should create an own backend server that connects to the sql server or use Active X but this way isn't secure.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
- marcobaciga8 years agoHelper I
ok v-viig,
Thank you