Posted By: icegood TOracleBlobStream.Create error - 09/17/14 09:23 AM
Hi, how could you comment next line in
OracleData.TOracleBlobStream.Create:

if Mode <> bmRead then
if not (FDataSet.State in [dsEdit, dsInsert, dsNewValue]) then DatabaseError(SNotEditing);

My dataset is actually in bmReadWrite state and
FDataSet.State = dsBrowse.
Are you sure that error should be raised in this case?
Posted By: Marco Kalter Re: TOracleBlobStream.Create error - 09/17/14 09:41 AM
It seems correct. You cannot write a BLOB when the dataset is in dsBrowse state.
© Allround Automations forums