• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Issue ODBC Where?

cemlimited

New Pleskian
Hey - I can see lots of articles referring to "Adding ODBC".....There simply is no link to ODBC within my Plexk Interface????

I need to allow a connection to an Azure SQL database.....From a PHP file...

PDOException Object ( [message:protected] => SQLSTATE[HYT00]: [Microsoft][ODBC Driver 17 for SQL Server]

Any help?
 
I am not aware that you need a special configuration for that on the requesting side. Microsoft has some examples how to connect here:

However, you are using PDO so I do not know whether that might need an add-on to a PHP version as described in PHP: ODBC and DB2 (PDO) - Manual.
 
Back
Top