Hello,
I have just downloaded the DOA version for Delphi 5 and until now I'm very well impressed about de functionalities it implements.
For now I have a question: I use MIDAS in Delphi 5 with an Oracle Stored Procedure that has input parameters as well as output parameters. I replaced the original TStoredProc Delphi component by the DOA's TOracleDataSet, that became associated to a TDataSetProvider. The problem is that in the Client side I have a ClientDataSet that links to that TDataSetProvider and all of the parameters became as ptInput ParamType. As a consequence, the values of output parameters are not updated after I call the Execute method of ClientDataSet. I know that if I call a FetchParams method after the Execute I can work around this situation but I would prefer if there was a solution that I did not have to change the Client Application.
Any help would be greatly appreciated.
I have just downloaded the DOA version for Delphi 5 and until now I'm very well impressed about de functionalities it implements.
For now I have a question: I use MIDAS in Delphi 5 with an Oracle Stored Procedure that has input parameters as well as output parameters. I replaced the original TStoredProc Delphi component by the DOA's TOracleDataSet, that became associated to a TDataSetProvider. The problem is that in the Client side I have a ClientDataSet that links to that TDataSetProvider and all of the parameters became as ptInput ParamType. As a consequence, the values of output parameters are not updated after I call the Execute method of ClientDataSet. I know that if I call a FetchParams method after the Execute I can work around this situation but I would prefer if there was a solution that I did not have to change the Client Application.
Any help would be greatly appreciated.