LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

database bigint

Solved!
Go to solution

There is a column in my database table with the datatype called "bigint", which is just an int with a bigger range.  When I use the database toolkit to tool the bigint data, instead of getting a bigint value, I get a blank.  How do I fix that?

 

Yik

------------------------------------------------------------------

Kudos and Accepted as Solution are welcome!
0 Kudos
Message 1 of 5
(3,837 Views)

Someone help!  Why can't I query bigint datatype fromn database?

------------------------------------------------------------------

Kudos and Accepted as Solution are welcome!
0 Kudos
Message 2 of 5
(3,819 Views)

Kind of hard to help without getting more information, perhaps even a copy of the code where you are trying to read this "bigint".

 

What exactly is a "bigint"?  What is the bigger range of values it could possibly have?

0 Kudos
Message 3 of 5
(3,813 Views)
Solution
Accepted by topic author jyang72211

What functions in the toolkit are you using? I have hardly used the toolkit at all (I use LabSQL) but I think the Database Variant to data should work if you specify I64 as the data.

Message 4 of 5
(3,811 Views)

Cool, that worked. 

------------------------------------------------------------------

Kudos and Accepted as Solution are welcome!
0 Kudos
Message 5 of 5
(3,792 Views)