Using Database Toolbox Visual Query Builder to query data from columns with non-standard identifiers results in an error
Mostra commenti meno recenti
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');
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Database Toolbox in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!