M Max K. Member² Apr 12, 2005 #1 Does TOracleDirectPathLoader allow to load LOB objects from memory to specified field? If it's true, can you show an example?
Does TOracleDirectPathLoader allow to load LOB objects from memory to specified field? If it's true, can you show an example?
Marco Kalter Administrator Staff member Apr 12, 2005 #1 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.
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.