Browse Source

* fcl-db memds: CopyFromDataset from first record regardless of current position. Fixes issue #25426

git-svn-id: trunk@26233 -
reiniero 11 years ago
parent
commit
9f5d46a008
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/fcl-db/src/memds/memds.pp

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

@@ -1002,6 +1002,7 @@ begin
         Dataset.DisableControls;
         Try
           Dataset.Open;
+          Dataset.First; //make sure we copy from the beginning
           While not Dataset.EOF do
             begin
             Append;