Hi all I have a python script calling a ZSQL method. ----------------------- resp=SQLMethod(Input) return resp ----------------------- The response from the ZSQL method is <Shared.DC.ZRDB.Results.Results instance at 0x8f4e8a4> I want to access the result as I need to do some processing over this before sending it to a ZPT for display. What is the trick ? TIA Chetan