I have error when use CloneCursor : '[FireDAC][Comp][Clnt]-303. Capability is not supported'

I have error when use CloneCursor : '[FireDAC][Comp][Clnt]-303. Capability is not supported'
Here is stackoverflow : https://stackoverflow.com/questions/44916953/error-exception-class-efdexception-with-message-firedaccompclnt-303-capa

Please help me. Thank you very much.

https://stackoverflow.com/questions/44916953/error-exception-class-efdexception-with-message-firedaccompclnt-303-capa

Comments

  1. Lars Fosdal
    If I call
    constructor TfrmGLTran.Create(AOwner: TComponent; const AfrmOpenMode: TFormOpenMode; const AID: String);
    ...
    FinancialDM := TFinancialDM.Create(self);
    FinancialDM.tblCt11.Open();
    FinancialDM.tblCt11.FetchAll; <-- It will raise 'Capability is not supported' too
    ...
    I am test with postgres 9.5. What happen with my code ?

    ReplyDelete
  2. Well, fetch all seems to be unsupported in the PG driver. You could file a support case, or report it as a bug?

    ReplyDelete
  3. Lars Fosdal Thank you very much for your support.

    ReplyDelete

Post a Comment