Batch update with blobs. Is it possible?
Batch update with blobs. Is it possible?
Is it possible to execute TOraSQL in batch mode when it has blob type parameter?
Hi Bork,
Thank you for the quick response.
I am using TOraSQL to execute INSERT and UPDATE statements.
I use the TOraParam.ItemAsInteger[]… properties to populate the query parameters for multiple rows.
Then I use the TOraSQL.Execute(aRowCount) method to run the sql command.
The issue I run into is that I did not found for TOraParam.AsBlob a TOraParam.ItemAsBlob[] equivalent.
Cheers
Geza
Thank you for the quick response.
I am using TOraSQL to execute INSERT and UPDATE statements.
I use the TOraParam.ItemAsInteger[]… properties to populate the query parameters for multiple rows.
Then I use the TOraSQL.Execute(aRowCount) method to run the sql command.
The issue I run into is that I did not found for TOraParam.AsBlob a TOraParam.ItemAsBlob[] equivalent.
Cheers
Geza
Re: Batch update with blobs. Is it possible?
Hi,
any update on this, please?
Cheers
Geza
any update on this, please?
Cheers
Geza
Re: Batch update with blobs. Is it possible?
No, this feature is not yet implemented.