Enabling Azure PDO DBLIB
In Scriptcase installed on Linux, we have the following driver available for connection to MSSQL Server: PDO DBLIB. If you are using your own pre-configured environment, MSSQL Server extensions must be enabled manually in PHP.
Configuring and enabling Azure PDO DBLIB on Linux
IMPORTANT: If you are using Scriptcase’s automatic installer, the extensions are already enabled in PHP, ready for connection. The procedure below is only for manual installations of Scriptcase.
1 - On your linux terminal, you only need to run one line to install the PDO DBLIB extension. See below how to proceed.
sudo apt-get install php8.1-pdo-dblib
- If you are unable to execute the above command because you cannot find packages, install the repository below and update.
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
2 - Restart the Apache service via the terminal.s
sudo service apache2 restart
Connection to Scriptcase
- PDO DBLIB: Clique aqui
Questions or Connection Problems? Contact our support in case of connection problems or questions regarding this database.