Access2Base - FIX getString() on LONGVARCHAR fields
When length > 64K
This commit is contained in:
@@ -413,7 +413,7 @@ Const cstMaxBinlength = 2 * 65535
|
|||||||
lSize = CLng(oValue.getLength())
|
lSize = CLng(oValue.getLength())
|
||||||
End If
|
End If
|
||||||
oValue.closeInput()
|
oValue.closeInput()
|
||||||
If lSize <= cstMaxBinLength Then vValue = poResultSet.getString(piColIndex) Else vValue = ""
|
vValue = poResultSet.getString(piColIndex)
|
||||||
End If
|
End If
|
||||||
Else
|
Else
|
||||||
oValue.closeInput()
|
oValue.closeInput()
|
||||||
|
Reference in New Issue
Block a user