Board index » delphi » Oracle BFILE Error ORA-22290: How to close files?
Arnold Stadlin
![]() Delphi Developer |
Tue, 17 Feb 2004 02:41:34 GMT
Oracle BFILE Error ORA-22290: How to close files?
Does anyone know how to close BFILE LOBs selected by TOracleDataSet without
having to close the TOracleSession? I am accessing an Oracle Table with a BFILE field using the TOracleSession [excerpt from the Oracle document A67785.pdf]: Essentially the minimalistic code that generates this condition is: iRecordCount := 11; odsMyDataSet.SQL is: The error occurs on the 11 th record if the Oracle configuration parameter Setting the ossMySession.Connected property to False clears the "Open Files" If my odsMyDataSet.SQL doesn't select a BFILE field, with the records, there The following SQL property works for example: AJS |