関数または変数 '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!