Using Database Toolbox Visual Query Builder to query data from columns with non-standard identifiers results in an error
Mostrar comentarios más antiguos
Using Visual Query Builder to insert data to or select data from a column named "Date/Time" results in the following error:
[Microsoft][ODBC Microsoft Access Driver] Too few parameters. \ Expected 2.
The same error is returned in the message field of the cursor object if the query is performed using MATLAB code, as in the following example:
e = exec(conn,'SELECT ALL Date/time FROM temptable');
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Database Toolbox en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!