--- ibx/trunk/fbintf/client/3.0/FB30Attachment.pas 2021/10/21 12:17:43 352 +++ ibx/trunk/fbintf/client/3.0/FB30Attachment.pas 2021/10/23 14:11:37 353 @@ -444,7 +444,7 @@ end; function TFB30Attachment.HasScollableCursors: boolean; begin - Result := GetODSMajorVersion >= 12; + Result := (GetODSMajorVersion >= 12) and (Trim(GetRemoteProtocol) = ''); end; function TFB30Attachment.GetTimeZoneServices: ITimeZoneServices;