Help for this page

Select Code to Download


  1. or download this
    select maxsize = max(datalen(YourTextColumn)) from YourTableName
    
  2. or download this
    #
    #   set $size to maxsize from sql call above...
    #
    $db->SetMaxBufSize($size);