runsqlscript Error with ODBC Connection
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi all,
I'm having trouble using the runsqlscript with the native ODBC connection to an MS SQL server. I get the following error message:
Undefined function 'runsqlscript' for input arguments of type 'database.ODBCConnection'.
I can run sql queries fine, just not a .sql script.
Any ideas on what I'm missing?
댓글 수: 0
답변 (1개)
Abhiram Bhanuprakash
2015년 4월 1일
편집: Abhiram Bhanuprakash
님. 2015년 4월 1일
Hi Ahmed,
As of now, the 'runsqlscript' method does not exist for the database.ODBCConnection class in Database Toolbox.
There are no workarounds.
However, it looks like it is available if you use JDBC connection.
You can go through the doc here for the workflow to connect to Microsoft SQL Server JDBC for Windows
Hope this helps,
Cheers!
Abhiram.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Database Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!