We have installed DOA 4.0.0 components (Trial version). In order to use scrollable query possibility we also have installed Oracle 9.2.0.4 EE (and clients respectively) in according with your DOA/news webpage information.
In Delphi project we set the property
TOracleQuery.Scrollable in TRUE;
But after executing the query (Execute), when we try to call First method, the exception raised:
"TOracleQuery.First only possible on Oracle Net 9.0 or later."
What can we do in this situation?
Thank you.
In Delphi project we set the property
TOracleQuery.Scrollable in TRUE;
But after executing the query (Execute), when we try to call First method, the exception raised:
"TOracleQuery.First only possible on Oracle Net 9.0 or later."
What can we do in this situation?
Thank you.