関数または変数 'bindParamValues' が認識されません。の対処方法を教えてください
이전 댓글 표시
pstmt = bindParamValues(query,selection,values);を実行すると
関数または変数 'bindParamValues' が認識されません。
のエラーが返ります。
原因と対処方法を教えてください。
답변 (1개)
考えられるのは2つです。
- Toolboxがない
- バージョンが古い
バージョンはR2019b以降でしょうか?
DatabaseToolboxは入っていますか?
以下のコマンドで確認してみてください
ver
댓글 수: 1
龍太 坂本
2023년 4월 13일
이동: Kojiro Saito
2023년 4월 13일
카테고리
도움말 센터 및 File Exchange에서 製品の管理에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!