Select a query using dates from a database in MS Access

3 visualizaciones (últimos 30 días)
Kyriaki Mylonas
Kyriaki Mylonas el 9 de Abr. de 2018
Comentada: Kyriaki Mylonas el 9 de Abr. de 2018
Hello guys!
I have a database in Ms Access with records by dates and I want to import some of the data in matlab choosing a time period. To be more specific, here it's my code! Thank you in advance guys!!
But the data table remains 1x1 and 0. Can you help me?
  2 comentarios
Geoff Hayes
Geoff Hayes el 9 de Abr. de 2018
Kyriaki - what does dataquery look like? You have two local variables named startdate and enddate but how do you update your data query with these values? I suspect that you want to do
dataquery = sprintf('SELECT * FROM NEWDATA where #%s# < Dates < #%s#', startdate, enddate);
Next is the condition valid for querying between two dates? Don't you need to use BETWEEN instead?
Kyriaki Mylonas
Kyriaki Mylonas el 9 de Abr. de 2018
Thank you for your answer I am going to try that right now!!

Iniciar sesión para comentar.

Respuestas (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by