This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
RE: Resetting File Pointer After A DeleteRow ~Dexter Cislulitoopsi 29.Oct.03 06:35 PM a Web browser Applications Development 6.0.2 CF1iSeries
I'm going to post some additional information to my own posting.
If I replace the DeleteRow with another SQL that does "delete from plcustf.tlfrompl", that works, but I don't understand why I have to run another query instead of simply using the DeleteRow method.
I mentioned in the original posting that if I run this agent from my client, it works perfectly. Well I took that one step further. If I schedule it to run locally instead of running on the server, and then let my client run it locally, it also runs perfectly.
I'm not thinking that the difference here is a result of client vs. server. I'm actually thinking that the difference here is a result of my client accessing the AS/400 file via a Client Access ODBC Data Source vs. when my Domino For iSeries server runs it, it accesses the physical file natively.....but that's just a theory.