関数または変数 'bindParamValues' が認識されません。の対処方法を教えてください
Mostrar comentarios más antiguos
pstmt = bindParamValues(query,selection,values);を実行すると
関数または変数 'bindParamValues' が認識されません。
のエラーが返ります。
原因と対処方法を教えてください。
Respuestas (1)
考えられるのは2つです。
- Toolboxがない
- バージョンが古い
バージョンはR2019b以降でしょうか?
DatabaseToolboxは入っていますか?
以下のコマンドで確認してみてください
ver
1 comentario
龍太 坂本
el 13 de Abr. de 2023
Movida: Kojiro Saito
el 13 de Abr. de 2023
Categorías
Más información sobre 製品の管理 en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!