The function sqlread isn't working

조회 수: 1 (최근 30일)
cief
cief 2020년 5월 25일
답변: Geoff Hayes 2020년 5월 25일
The connexion between the MS Access 2016 and Matlab R2017b is working but each time I try to use the sqlread function I get this error message.
DT = sqlread( conn , Table1);
Undefined function or variable 'sqlread'.

답변 (1개)

Geoff Hayes
Geoff Hayes 2020년 5월 25일
cief - according to the sqlread documentation, this function was introduced in R2018a. It seems that you will need to upgrade from your R2017b in order to make use of this functionality.

카테고리

Help CenterFile Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기

제품


릴리스

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by