diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 06f673fc9d..5e03ddf63e 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2002-12-01 23:12 UTC+0100 Foo Bar */ +2003-04-12 23:00 UTC+0200 Tomaz Zupan + * contrib/odbc/todbc.prg + ! If recordset is cached, move to first record after fetching + recordset to cache + 2003-04-09 21:40 UTC+0300 Alexander Kresin * include/hbdbf.h * include/hbrddcdx.h diff --git a/harbour/contrib/odbc/todbc.prg b/harbour/contrib/odbc/todbc.prg index 375e10a777..83b3e61aac 100644 --- a/harbour/contrib/odbc/todbc.prg +++ b/harbour/contrib/odbc/todbc.prg @@ -316,6 +316,7 @@ METHOD Open() CLASS TODBC END ::nRecCount := len(::aRecordSet) + ::First() ENDIF // Newly opened recordset - we are on first row