CreateTemporary using.. free??
Posted: Thu 29 Apr 2010 06:56
b := TOraLob.Create(AuroraSession.OCISvcCtx);
b.CreateTemporary(ltBLob); <-- tablespace temp add
b.LoadFromFile('C:\TEST.TXT');
b.WriteLob;
ParamByName('P_STREAM').AsOraBlob := b;
Execute;
b.FreeLob;
tablespace temp don,t free!!
how free??
thank you..
b.CreateTemporary(ltBLob); <-- tablespace temp add
b.LoadFromFile('C:\TEST.TXT');
b.WriteLob;
ParamByName('P_STREAM').AsOraBlob := b;
Execute;
b.FreeLob;
tablespace temp don,t free!!
how free??
thank you..