I have an Imaq template that I have flattened to a string using "Imaq flatten to string" after that I use the Open g Toolkit zlib functions to compress the string. I want to then insert this into a blob field in mysql. I am having problems with the sql statement. I can insert using php my admin, but I am also having trouble retrieving the information once it is in. I see the sql statement that php uses and have no idea how to get my information into that format.
The php data format is: 0x5675a78686b89897d7879879f78987554a....etc.(obviously it is hex)
Conn Execute.vi->Write to DB.vi->vision proto.vi<ERR>Exception occured in Microsoft OLE DB Provider for ODBC Drivers: ODBC driver does not support the requested properties. in Conn Execute.vi->Write to DB.vi->vision proto.vi
this the error I get above
I've been banging my head for a few days now. If anybody can help it would be greatly appreciated. Also I cannot use the file path and seperate file option for my use case.