diff options
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/source/access2base/Utils.xba | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/access2base/Utils.xba b/wizards/source/access2base/Utils.xba index 42c0a4b15a24..3a0c90e76331 100644 --- a/wizards/source/access2base/Utils.xba +++ b/wizards/source/access2base/Utils.xba @@ -413,7 +413,7 @@ Const cstMaxBinlength = 2 * 65535 lSize = CLng(oValue.getLength()) End If oValue.closeInput() - If lSize <= cstMaxBinLength Then vValue = poResultSet.getString(piColIndex) Else vValue = "" + vValue = poResultSet.getString(piColIndex) End If Else oValue.closeInput() |