dba33i: #i113684# proper termination condition when reading large strings

This commit is contained in:
Frank Schoenheit [fs]
2010-09-02 12:25:23 +02:00
parent 23eb90b58c
commit ab46e29e1a

View File

@@ -578,7 +578,7 @@ Sequence<sal_Int8> OTools::getBytesValue(OConnection* _pConnection,
// StarView zu lang ist oder der Treiber kann die Laenge der
// Daten nicht im voraus bestimmen - also als MemoryStream
// speichern.
while ((pcbValue == SQL_NO_TOTAL ) || pcbValue > nMaxLen)
while ((pcbValue == SQL_NO_TOTAL ) || nLen > nMaxLen)
{
// Bei Strings wird der Puffer nie ganz ausgenutzt
// (das letzte Byte ist immer ein NULL-Byte, das