Re: Writing Images to MySQL 4.x
On 12 Sep 2006 06:31:44 -0700, "jackpod" <joebassil@xxxxxxxxx> wrote:
I have been trying to write an image to a database table BLOB field in
MySQL but when I try to retrieve the image to display it, it shows as
being empty. Are there any special considerations I need to take into
account when reading and writing images to a DB? Thanks.
One thing to consider is that BLOB only stores up to 64kB, which may not be
big enough. But as Jerry says, you should post some code.
--
Andy Hassall :: andy@xxxxxxxxxxx ::
http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
.
Relevant Pages
- Re: Image tools for VMS - follow up - advanced server?
... can be served to the web via the OSU web server. ... create an indexed database using the VMS file system, ... or allows you to retrieve based on the fields in the filename. ... display information from your RMS databases alongside the scanned document. ... (comp.os.vms) - RE: OWC11 Pivot Table has problem when i use LastChild functions
... custom rollup formula or if i set pivot table control always display empty ... *The data/Cube is valid as it work fine in Excel 2003 Pivot Table. ... Microsoft Online Community Support ... (microsoft.public.office.developer.web.components) - Re: General failure to send or receive with Outlook Express
... sure that the Include this account in Send and Receive is checked. ... You will find out information about issues affecting Outlook Express 5/6 at: ... When I> try to retrieve mail, a display flashes on the screen> so briefly I can't see what it is but comparing with OE ... (microsoft.public.internet.mail) - Re: BLANK OE-6 eMail text area in todays and any previous days email
... by from my ISP, then the text area of the message is completely empty, so I ... received emails and thir contents are displayed in each one's message window ... I cannot find any "option" that affects the display of message text. ... (microsoft.public.windows.inetexplorer.ie6_outlookexpress) - Re: If empty, then display message
... the last 2 cells are empty) ... I need in the code to display next rate. ... remaining, but the same range, the code will find an empty cell at some ... Can you provide a bit more info. Exactly what data is in the ranges ... (microsoft.public.excel.misc) |
|