関数または変数 'bindParamValues' が認識されません。の対処方法を教えてください
Afficher commentaires plus anciens
pstmt = bindParamValues(query,selection,values);を実行すると
関数または変数 'bindParamValues' が認識されません。
のエラーが返ります。
原因と対処方法を教えてください。
Réponses (1)
考えられるのは2つです。
- Toolboxがない
- バージョンが古い
バージョンはR2019b以降でしょうか?
DatabaseToolboxは入っていますか?
以下のコマンドで確認してみてください
ver
1 commentaire
龍太 坂本
le 13 Avr 2023
Déplacé(e) : Kojiro Saito
le 13 Avr 2023
Catégories
En savoir plus sur 製品の管理 dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!