Hi,
We are trying to insert a file in a BLOB in the database. Is it possible to do it with Acucobol? Do someone have a sample for that?
The support team said that BLOB type is not supported but maybe someone found a way to deal with this restriction.
We have a variable defined in this way:
01 documento-BLOB SQL TYPE IS BLOB(1048576).
We can do a select but when we want to do an insert we receive a memory access violation error.
Regards,


