Webapp compatible with database odbc?

1 view (last 30 days)
Alberto Fuentes
Alberto Fuentes on 20 Feb 2020
Commented: Hans Nerlich on 12 Jun 2023
Hello, Is database compatible with webapps?
I try to connect from webapp by ODBC to MySQL database using odbc connection:
cnn = database('databaseName','user','password')
but I receive this message: "ODBC Driver Error: [Microsoft][Administrador de controladores ODBC] No se encuentra el nombre de origen de datos y no se especificó ningún controlador predeterminado"
however, executing the app directly from Matlab runs OK,
Is database function compatible with webapp?
thanks a lot
  2 Comments
Varun Bansal
Varun Bansal on 15 Jul 2021
I have same question. Did you find an answer?

Sign in to comment.

Answers (0)

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!