F Fernando Mauro Member Oct 22, 2004 #1 How to freeing the object create by a TOracleQuery.LOBField? I can
Marco Kalter Administrator Staff member Oct 22, 2004 #1 You should not free the object, it is maintained by the TOracleQuery instance.
F Fernando Mauro Member Oct 22, 2004 #1 I go to explain my problem better... The cursor placed for the LOBField after persists the destruction of query. Sorry by my poor english...
I go to explain my problem better... The cursor placed for the LOBField after persists the destruction of query. Sorry by my poor english...
Marco Kalter Administrator Staff member Oct 25, 2004 #1 The LOBField function merely creates a TLOBLocator instance for the LOB that was fetched. It does not open any cursors.
The LOBField function merely creates a TLOBLocator instance for the LOB that was fetched. It does not open any cursors.