From 6f38f6cf940597e57bfd6c6ee6709dce20be53ac Mon Sep 17 00:00:00 2001 From: Alessandro Bonazzi Date: Mon, 31 Aug 2020 19:14:16 +0200 Subject: [PATCH] Patch level : 12.0 no-patch Files correlati : Commento : --- src/include/odbcrset.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/include/odbcrset.h b/src/include/odbcrset.h index 0595bed45..548f4b1e7 100755 --- a/src/include/odbcrset.h +++ b/src/include/odbcrset.h @@ -25,7 +25,6 @@ class TODBC_recordset : public TRecordset TArray _column; bool _columns_loaded; - bool _freezed; bool _loaded; @@ -45,7 +44,6 @@ public: virtual void requery(); virtual const TString& query_text() const; virtual const TString& driver_version() const; - virtual void freeze(const bool on) { _freezed = on; } virtual const TVariant& get(unsigned int c) const; virtual const TVariant& get(const char* name) const; @@ -82,7 +80,6 @@ class TDB_recordset : public TRecordset TString _sql; TString _dsn, _usr, _pwd, _drv; - bool _freezed; TRecnotype _current_row; TString_array _row, _column; bool _is_loaded;