Solution
This is a known issue in LabVIEW 2015 and later identified with ID
#575865 which is currently under investigation.
As a workaround, you can:
- Create the table using DB Tools Create Table VI or DB Tools Insert Data VI (setting create table? input to True) without the date/time column
- Use DB Tools Execute Query VI function to add a column of the correct date/time type to the table
Alternatively, you can also directly create the table with the correct date/time column though SQL query, using DB Tools Execute Query VI function, as shown below: