summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorOcke Janssen [oj] <Ocke.Janssen@sun.com>2010-06-01 08:19:45 +0200
committerOcke Janssen [oj] <Ocke.Janssen@sun.com>2010-06-01 08:19:45 +0200
commit4f7454a8da771afac145bb02c7682978b275c950 (patch)
treeb4abe89323509548c38b52f86dc765d301dfaf9f /dbaccess
parentceecd6235c6f1f73fa1fd41cbfa0b6029c563955 (diff)
dba33f: #i111949# move resultset to beforeFirst
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/api/RowSetCache.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbaccess/source/core/api/RowSetCache.cxx b/dbaccess/source/core/api/RowSetCache.cxx
index 82f0729500e1..cf24f563773c 100644
--- a/dbaccess/source/core/api/RowSetCache.cxx
+++ b/dbaccess/source/core/api/RowSetCache.cxx
@@ -170,6 +170,7 @@ ORowSetCache::ORowSetCache(const Reference< XResultSet >& _xRs,
catch(const Exception&)
{
}
+ _xRs->beforeFirst();
// check if all keys of the updateable table are fetched
sal_Bool bAllKeysFound = sal_False;