Xtian Andres Posted October 8, 2008 Report Share Posted October 8, 2008 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..... Quote Link to comment
LAVA 1.0 Content Posted October 8, 2008 Report Share Posted October 8, 2008 QUOTE (Xtian Andres @ Oct 7 2008, 01:24 PM) i store that image using java, as a array of bytes..... What is the representation of your array constant? Ton Quote Link to comment
Xtian Andres Posted October 8, 2008 Author Report Share Posted October 8, 2008 QUOTE (Ton @ Oct 7 2008, 01:14 PM) What is the representation of your array constant?Ton is unsigned byte, I already tried with signed byte Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.