Access2Base - FIX getString() on LONGVARCHAR fields
When length > 64K
This commit is contained in:
parent
d91d2400a5
commit
581640ac53
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user