関数または変数 'bindParamValues' が認識されません。の対処方法を教えてください
Show older comments
pstmt = bindParamValues(query,selection,values);を実行すると
関数または変数 'bindParamValues' が認識されません。
のエラーが返ります。
原因と対処方法を教えてください。
Answers (1)
考えられるのは2つです。
- Toolboxがない
- バージョンが古い
バージョンはR2019b以降でしょうか?
DatabaseToolboxは入っていますか?
以下のコマンドで確認してみてください
ver
1 Comment
龍太 坂本
on 13 Apr 2023
Moved: Kojiro Saito
on 13 Apr 2023
Categories
Find more on 製品の管理 in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!