I am using RPC to connect to my simple JDBC. As suggested in few previous threads, I am using the transformResponse function to interact with the servlet. However the problem is whenever I fetch the data, I am using the "addData" command to add the data received from server. And again the tranformReponse command is triggered. I am currently using temporary variables to get around. But is there any direct approach?