I am trying to retrieve some records (rows) with values between two DateTime values using the DB Tools Select Data.vi included in the Database Tools Kit for LabVIEW. The database table is an MS Access table with the Date and Time field being of the Date/Time Data Type.
For example, I would like to retrieve the records from 07/01/2005 01:11:34 to 07/01/2005 05:54:23. There are approximately 55 records that would meet that criteria in the table.
I have tried many different formats for the date and time values but when I run the VI it always returns zero (0) records.
Does anyone have any ideas on how this can be done?
Thanks,
Dale