Re: Storing/retrieving BLOBs with JSPs

From: Thomas Schodt <news0310_at_xenoc.$DEMON.co.uk>
Date: Thu, 18 Dec 2003 14:25:58 +0000 (UTC)
Message-ID: <Xns945592D0EE3A4xenoc_at_158.152.254.254>


"Ryan Stewart" <zaphod_at_no.texas.spam.net> wrote in news:TIadnSzOONjJMkWiRTvUrg_at_texas.net:

> and it works for small files,
> but larger ones ... give an
> error saying that the data is too large for the field.
> Any solutions/help/nudges in the right
> direction are greatly appreciated

As a workaround store big files as several slices of 4k (or whatever the limit is) (maybe in a new table - with a slice-# as part of the key) and reassemble them at retrieval time. Received on Thu Dec 18 2003 - 15:25:58 CET

Original text of this message