Do we have to do anything special to insert a file into a blob field in Oracle when using LLBLGen? Does any encoding need to be done or do we just pass the file?
Thanks in advance!
Read the file into a byte array assign the byte array to the field save the entity.
So there's no way to stream the file directly into oracle using LLBLGen Pro. I don't know how big the file is, or if this gives memory problems?
I got it figured out. I will post again if I have problems.
thanks