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