Using Database Toolbox Visual Query Builder to query data from columns with non-standard identifiers results in an error
Show older comments
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');
Accepted Answer
More Answers (0)
Categories
Find more on Database Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!