Ver código fonte

* Patch from Luiz Americo to allow reading data in blockread state

git-svn-id: trunk@28003 -
michael 11 anos atrás
pai
commit
5bf2b9f8d2
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      packages/fcl-db/src/memds/memds.pp

+ 2 - 1
packages/fcl-db/src/memds/memds.pp

@@ -349,7 +349,8 @@ function TMemDataset.MDSGetActiveBuffer(out Buffer: TRecordBuffer): Boolean;
 
 begin
  case State of
-   dsBrowse:
+   dsBrowse,
+   dsBlockRead:
      if IsEmpty then
        Buffer:=nil
      else