LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

what datatype should i use to store imaq image in sql database?

Hi there i am thinking of saving the imaq image into database for retrieval in my website so that it's like a stream but i don't like what datatype does labview store the image as.

0 Kudos
Message 1 of 4
(5,887 Views)
Save image to a file, and keep its location in database is the best solution.
0 Kudos
Message 2 of 4
(5,870 Views)

i have tried doing that but the image does not update(stream) it's jus a still frame

0 Kudos
Message 3 of 4
(5,859 Views)

You have two options for storing images in a relational database:

 

A.  Don't put it in a database.  Store it as a file, and store the pointer int he DB (as mentioned above).

 

B.  Store it as a blob datatype.  See here for more info.

 

 

http://www.medicollector.com
0 Kudos
Message 4 of 4
(5,762 Views)