Page 1 of 1

Connecting to Azure SQL

Posted: Thu Feb 27, 2025 5:46 am
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

Re: Connecting to Azure SQL

Posted: Thu Feb 27, 2025 4:09 pm
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.

Re: Connecting to Azure SQL

Posted: Thu Feb 27, 2025 9:25 pm
by jn123
okay great, will look at the custom connector. thank you

Re: Connecting to Azure SQL

Posted: Fri Feb 28, 2025 8:07 am
by Lech Kulikowski
Hello,

You are welcome.