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()