Using Database Toolbox Visual Query Builder to query data from columns with non-standard identifiers results in an error
Ältere Kommentare anzeigen
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');
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Database Toolbox finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!