LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Retrieving time from database

I wanted to retrieve a data from database which is in time format. But in labview along with time it is showing system date. 

What should be done to retrieve only time from database.

Labview version:2018

Database: MySQL 8.0 

0 Kudos
Message 1 of 4
(2,205 Views)

What format does the column have in the database?
How do you read these data?

0 Kudos
Message 2 of 4
(2,195 Views)

In database its having time format. I used DB Tools Select All Data API for retrieving data. 

 

Download All
0 Kudos
Message 3 of 4
(2,188 Views)

I don't have "select all" vi in my list. Only "select data" (may be another version) . It returns Variant, not string.
Show your string. And what do you need to get insteead of it?
May be you just need convert it into timestamp and take only time part.

0 Kudos
Message 4 of 4
(2,178 Views)