Re: Some advice re:bound/unbound forms for MS Access - Mailing list pgsql-interfaces

From Joel Burton
Subject Re: Some advice re:bound/unbound forms for MS Access
Date
Msg-id 3A268CAD.29805.DE88A0@localhost
Whole thread Raw
In response to Some advice re:bound/unbound forms for MS Access  ("Joel Burton" <jburton@scw.org>)
List pgsql-interfaces
> Can you store binary data in Access tables? Specifically, if I want to
> store an image and not keep it anywhere but in Access, how do I do
> that?

Either:

a) as a large object. So all the lo help in the manual. It's a little 
scattered around, and I'm not clear about all the ins and outs, but it 
does let you stick large, arbitrary binary stuff in your tables. 
However, in Access, it doesn't appear as a graphic file or movie, as 
it would if it were an "OLE Object". Perhaps it can; I've never 
figured out how.

b) as a bytea type. Bytea is a little-known, perhaps little-used field 
type for binary data. With pg7.0.x, you'll still be limited to 8k rows, 
but with the magic of 7.1, that restriction is gone. Again, although 
you can store binary data this way, I don't think it can *appear* 
this way, as an "OLE Object". Perhaps wiser minds know how.

Good luck.
--
Joel Burton, Director of Information Systems -*- jburton@scw.org
Support Center of Washington (www.scw.org)


pgsql-interfaces by date:

Previous
From: Tim Uckun
Date:
Subject: Re: Some advice re:bound/unbound forms for MS Access
Next
From: Marko Kreen
Date:
Subject: Re: currval() problem