Update() to an MS Access database Long binary data field does not work
Mostrar comentarios más antiguos
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.
Respuestas (0)
Categorías
Más información sobre Database Toolbox 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!