Originally posted by Isomorphic
The great thing about being able to register the DataSource is that then all processing goes via the usual RPCManager.parseRequest/DSRequest.parseUploadedFiles chain as per usual and then I handle the update in my overridden IDACall.handleDSRequest method which contains just regular stuff to write the data to SQL Server. I certainly don't have to override IDACall.service which I am VERY :-) happy about.
Comment