01-31-2009 02:48 AM
01-31-2009 08:06 AM
01-31-2009 11:17 PM
Simply flattening the image data to a string won't work because the SQL parser will interpret some of the byte values as delimiters that will cause the inert to fail. See this thread for a discussion of this same issue.
Mike...
02-01-2009 11:08 AM
02-02-2009 09:50 PM
There is no problem with working with BLOBs in LV. The main issue (and it's a big one) with the indicated library of drivers is that they utilize a custom DLL - which hasn't been necessary since LabVIEW V4! Whoever created these drivers is clearly not very familiar with LV.
The drivers referenced in the linked thread uses the ADO capability built into Windows.
Mike...