Connecting to Azure SQL
Connecting to Azure SQL
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
-
- Posts: 7354
- Joined: Tue Mar 20, 2018 5:34 am
Re: Connecting to Azure SQL
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.
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
okay great, will look at the custom connector. thank you
-
- Posts: 7354
- Joined: Tue Mar 20, 2018 5:34 am
Re: Connecting to Azure SQL
Hello,
You are welcome.
You are welcome.