ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

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,909 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,891 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,885 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,883 Views)

Cool, that worked. 

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

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