I'm working on an application that will be inserting jpegs, bmp's, etc. into a database, and I have a couple of questions.
I've found a couple of samples on the web that use java and c. Was wondering if there was a way to just use a plain SQL INSERT statement to insert a BLOB. We're prototyping this on windows trhen moving to AIX. We're running Version 8, FP3.
Also, is it possible to UPDATE a BLOB column? For example, our application may have to initially create a row in a table without the BLOB. Then the application will later copme back to that row and insert the BLOB. Can you do a UPDATE TABLE_NAME SET BLOB_COLUMN = "jpeg file" where ID = 1.....
Hope this made sense. If not, please post any questions or advice you can offer.
Thanks!