php - Install LimeSurvery 4.2 with MSSQL option

I am trying to install LimeSurvery 4.2 with MSSQL option, but unable to get the MSSQL option in database configuration screen only MySQL option in dropdown. Already Install Microsoft library for PHP SQLServer, register the dlls in php.ini
- extension=php_pdo_sqlsrv_53_ts.dll
- extension=php_sqlsrv_53_ts.dll
- extension=php_sqlsrv_72_ts.dll
Current PHP version is 7+
Please help me out how to configure LimeSurvery with MSSQL server.
Answer
Solution:
for sqlsrv : you need complete PHP number version.
If you have 7.2 : you needphp_pdo_sqlsrv_72_ts.dll
+php_sqlsrv_72_ts.dll
only … see microsoft manual …
Check you error log of apache or IIS to know what happen
Maybe you need to add ODBC Driver too
Share solution ↓
Additional Information:
Link To Answer People are also looking for solutions of the problem: cannot set properties of undefined (setting '_dt_cellindex')
Didn't find the answer?
Our community is visited by hundreds of web development professionals every day. Ask your question and get a quick answer for free.
Similar questions
Find the answer in similar questions on our website.
Write quick answer
Do you know the answer to this question? Write a quick response to it. With your help, we will make our community stronger.