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())
|
||||
End If
|
||||
oValue.closeInput()
|
||||
If lSize <= cstMaxBinLength Then vValue = poResultSet.getString(piColIndex) Else vValue = ""
|
||||
vValue = poResultSet.getString(piColIndex)
|
||||
End If
|
||||
Else
|
||||
oValue.closeInput()
|
||||
|
Reference in New Issue
Block a user