Kaydet (Commit) 581640ac authored tarafından Jean-Pierre Ledure's avatar Jean-Pierre Ledure

Access2Base - FIX getString() on LONGVARCHAR fields

When length > 64K
üst d91d2400
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment