Re: blob inserted from linux not readable by MS Access

From: Doug McNaught <doug(at)mcnaught(dot)org>
To: Max <cbm128(at)yahoo(dot)com>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: blob inserted from linux not readable by MS Access
Date: 2003-03-22 19:44:23
Message-ID: m33clf425k.fsf@varsoon.wireboard.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Max <cbm128(at)yahoo(dot)com> writes:

> The images I upload on the linux server are not
> understandable by Access and the opposite, images I
> upload with Access are not in any reasonable format.
>
> It seems that Access translates them in some obscure
> internal (OLE?) format.

I ran into this recently and didn't find any way around it. Access
doesn't have any ability to discern a file's type from its contents,
so it has to wrap a BLOB in an OLE object so it can remember what it
is. My solution was to convince my boss to migrate away (eventually)
from the Access interface to HTML. :)

The problem might be soluble with enough programming on the Windows
side (you might write a VB clone of the Access app, for example) but I
don't have, or want, enough Windows expertise to say for sure.

-Doug

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Adrian Klaver 2003-03-23 02:51:14 Compiling with unixodbc support
Previous Message Max 2003-03-22 19:14:50 blob inserted from linux not readable by MS Access