Connecting to Azure SQL

Stimulsoft Reports.JS discussion
Post Reply
jn123
Posts: 2
Joined: Thu Feb 27, 2025 5:44 am

Connecting to Azure SQL

Post by jn123 »

Hi All , we are trying to connect to Azure SQL , however it doesnt look like it works - i can see that there is a connector for Azure SQL, however its flagged as "unsupported" - if thats the case why is it there? - has anyone found a workaround to this? Thanks
Lech Kulikowski
Posts: 7354
Joined: Tue Mar 20, 2018 5:34 am

Re: Connecting to Azure SQL

Post by Lech Kulikowski »

Hello,

Azure SQL is not supported in the JS version:
https://www.stimulsoft.com/en/documenta ... _packs.htm

You can retrieve data in your code and provide to the report as dataset with the regData() method. Or implement your own data adapter:
https://github.com/stimulsoft/DataAdapters.JS

Thank you.
jn123
Posts: 2
Joined: Thu Feb 27, 2025 5:44 am

Re: Connecting to Azure SQL

Post by jn123 »

okay great, will look at the custom connector. thank you
Lech Kulikowski
Posts: 7354
Joined: Tue Mar 20, 2018 5:34 am

Re: Connecting to Azure SQL

Post by Lech Kulikowski »

Hello,

You are welcome.
Post Reply