Is there a way to use odbc connection with App Designers Web App?
조회 수: 4 (최근 30일)
이전 댓글 표시
I have a already developed Matalb Standalone App, that is using a ODBC connection the get data from a server.
Now I want that to be compiled as a web app. Is there a way to have a ODBC connection in a web app?
note: I found a answer for using JDBC in web apps..
댓글 수: 0
답변 (2개)
Praveen Reddy
2023년 6월 26일
편집: Praveen Reddy
2023년 6월 26일
Hi Hans,
I understand that you want to deploy Web App with ODBC connection. Database Toolbox helps to connect to any relational ODBC-compliant using ANSI SQL. Please make sure you have already installed appropriate ODBC driver. Once ODBC driver is installed, you can create a data source and establish connection to your database. For establishing ODBC database connection, you can refer the following documentation.
For more information about Database Toolbox, please refer the following documentation:
댓글 수: 2
Jannik Schröder
2023년 7월 17일
The answers to your questions can be found in the MATLAB Answers post that I linked in a seperate answer to this question. It is possible that multiple users are using the Web App at the same time.
Jannik Schröder
2023년 7월 17일
편집: Jannik Schröder
2023년 7월 17일
Please note the following MATLAB Answers post that has been published recently and deals with the same topic:
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!