TOracleDirectPathLoader : BLOB loading

Max K.

Member²
Does TOracleDirectPathLoader allow to load LOB objects from memory to specified field?

If it's true, can you show an example?
 
This can be done, but I don't have an example. It is not different than any other data type though. You need to have the BLOB data in memory, and pass a pointer to this data and the size to the SetData function.
 
Back
Top