• 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

Question Failed odbc connection with asp

gbrito

New Pleskian
Hello guys,


After the automatic migration done by Plesk from MySQL ODBC Driver 5.3 to MariaDB Connector/ODBC 64-bit 3.2.4, I lost the connection, and my ASP site returns an error.
The MySQL database connection file is located inside the Plesk hosting.
Is the driver name correct?


Con.Open("DRIVER={MariaDB ODBC 3.2}; SERVER= ; PORT=3306; DATABASE= ; USER= ; PASSWORD= ;")

[courtesy admin translation]

Olá pessoal,


Após a migração automática feita pelo Plesk do MySQL ODBC Driver 5.3 para o MariaDB Connector/ODBC 64-bit 3.2.4, perdi a conexão, e meu site ASP retorna um erro.
O arquivo de conexão com o banco de dados MySQL está localizado dentro da hospedagem Plesk.
O nome do driver está correto?


Con.Open("DRIVER={MariaDB ODBC 3.2};SERVIDOR= ;PORTA=3306;BANCO DE DADOS= ;USUÁRIO= ;SENHA= ;")
 
Last edited by a moderator:
Back
Top