diff --git a/sapdb/src/TSapDBRow.cxx b/sapdb/src/TSapDBRow.cxx
index 3968a1c5bf17a7dd4fbbf1908c7dc99c5b2103e4..29ed9f8d235c2e7f2aaf37d634527e6eab3b7c75 100644
--- a/sapdb/src/TSapDBRow.cxx
+++ b/sapdb/src/TSapDBRow.cxx
@@ -1,4 +1,4 @@
-// @(#)root/sapdb:$Name:$:$Id:$
+// @(#)root/sapdb:$Name:  $:$Id: TSapDBRow.cxx,v 1.1 2001/08/24 16:41:19 rdm Exp $
 // Author: Mark Hemberger & Fons Rademakers   03/08/2001
 
 /*************************************************************************
@@ -133,7 +133,7 @@ const char *TSapDBRow::GetField(Int_t field)
     }
 
    SQLINTEGER strLenOrIndPtr;
-   SQLPOINTER targetValuePtr[columnSize];
+   SQLPOINTER targetValuePtr[4000];
    bufferLength = sizeof(targetValuePtr);
 
    if (SQLGetData(fResult, columnNumber, SQL_C_DEFAULT, targetValuePtr,