Requirements for accessing SmartDataObjects
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
To enable any Java client to access a remote SmartDataObject as a JDBC 2 ResultSet, you must:
- Have at least one remote SmartDataObject deployed on the connected application server.
- Call the AppObject or SubAppObject class factory method
, _createSDOResultSet(), to create an SDOResultSet object that can access the specified SmartDataObject
Only one thread can access a single SDOResultSet or any other single output ResultSet. If more than one thread tries to access the same SDOResultSet or output ResultSet, the result is unpredictable.