Re: Some advice re:bound/unbound forms for MS Access

Поиск
Список
Период
Сортировка
От Joel Burton
Тема Re: Some advice re:bound/unbound forms for MS Access
Дата
Msg-id 3A268CAD.29805.DE88A0@localhost
обсуждение исходный текст
Ответ на Some advice re:bound/unbound forms for MS Access  ("Joel Burton" <jburton@scw.org>)
Список 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 по дате отправления:

Предыдущее
От: Tim Uckun
Дата:
Сообщение: Re: Some advice re:bound/unbound forms for MS Access
Следующее
От: Marko Kreen
Дата:
Сообщение: Re: currval() problem