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
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
Lars Fosdal
ReplyDeleteIf 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 ?
Well, fetch all seems to be unsupported in the PG driver. You could file a support case, or report it as a bug?
ReplyDeleteLars Fosdal Thank you very much for your support.
ReplyDelete