Phil DeBusk
Member
Suppose I want to pull a large binary file (2 gigs)from an Oracle table on a database server and save it as a file on a client machine. Is there a way to access the Oracle buffer piecewise (16K chunks) instead of pulling over the whole record? Surely there is a way. I've tried using TOracleQuery.GetLongField but the initial Query itself loads the entire Blob into memory.