Hi,
Is there any way that I can use the IConnection -> IExecution -> IInsertOperation approach to insert a new record into an Oracle Database. All the PDK documentation seems to not be of any use, since all the methods for IInsertOperation are getters, and none provide any way by which I can set the insert statement to be executed. I have tried to use the standard java.sql.Connection, PreparedStatement approach, but it doesn't provide me with connection pooling facilities. Please let me know if anyone had faced the similar problem...Thanks in advance..
Regards,
Navneet.