TMemDataSet.UnPrepare usage.
Posted: Thu 05 Jan 2006 16:49
The UnPrepare method has different behavior depending on the Oracle database version. When I was using Oracle8i there was not any need of verifying if the data set was prepared or not before calling the UnPrepare method.
Now, using Oracle 9.0.2.x, it is required to check if the data set is "prepared" before calling the UnPrepare method. Is there any recommended sequence among methods calls like Close, Prepare, parameter definition, parameter setting, and others, that works for any version of the Oracle database ?
Jayme.
Now, using Oracle 9.0.2.x, it is required to check if the data set is "prepared" before calling the UnPrepare method. Is there any recommended sequence among methods calls like Close, Prepare, parameter definition, parameter setting, and others, that works for any version of the Oracle database ?
Jayme.