Update() to an MS Access database Long binary data field does not work
이전 댓글 표시
if I connect to a local MS Access database I cannot seem to write to a field formatted as Long binary data. The connection works fine, I can read/write this database fine when using other fields. My update() function looks like this
update (DBConnection, tableName, fieldName, {1, 2, 3, 4, 5}, 'where GUID = XYZ');
The error I get is this:
Error using database.odbc.connection/update (line 81)
Number of whereclauses must be one or match the number of data records to be updated.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Database Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!