Hi there,
normally it shall not be a problem using a different SQL server software due to using SQL standard language syntax. But: it could by problem that we developed all functions requiring MySQL. So the real difference is only the function for the database connection itself, not the SQL queries.
We therefore used the function:
https://www.php.net/manual/en/function.mysqli-connect.phpAnd Microsoft SQL express needs this function:
https://www.php.net/manual/en/function.sqlsrv-connect.phpCurrently, we are not able to change this due to missing test areas.
But if you are familiar with PHP, try for yourself. The desired file is db_connect.php.
Thx
Reimar