Hi!!!
i'm really new on LabVIEW.
but i have this problem: i have images storaged into a db of Mysql, the images are into a BLOB field, i wanto to make some sort of select and show the image into a picture control, even in any control.
I know how to make the conection and retrieve the information from the database, but i dont know how to put it into the picture control,
i even tried using the picture control and give to it "Enable Database access" but i dont figure how use it
thanks
Ok, i found in the NI site a solution do it for access, but im using it .
At this moment i made some changes to the example. but still doesnt want to paint the image. it told me that the variant type is not accord with the type that i want.
i store that image using java, as a array of bytes.....