From: | John Thorhauer <jthorhauer(at)phoenixcolor(dot)com> |
---|---|
To: | postgres-inter <pgsql-interfaces(at)postgresql(dot)org> |
Subject: | Re: AW: vb postgres blobs |
Date: | 2000-08-24 19:29:26 |
Message-ID: | 39A57796.3700A9FD@phoenixcolor.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-interfaces |
Bastian Nagelschmidt wrote:
>
> What do you mean with LARGE OBJECTS???
>
> -----Ursprungliche Nachricht-----
> Von: pgsql-interfaces-owner(at)hub(dot)org
> [mailto:pgsql-interfaces-owner(at)hub(dot)org]Im Auftrag von John Thorhauer
> Gesendet: Montag, 21. August 2000 22:42
> An: postgres-inter
> Betreff: [INTERFACES] vb postgres blobs
>
> Does anyone know of any example code for using visual basic with the
> postgres odbc driver to insert blobs (large objects) into postgres?
>
> Thanks,
> John
> --
> ********************************
> ** John Thorhauer
> ** jthorhauer(at)phoenixcolor(dot)com
> ********************************
The field in postgres is defined as type 'lo'. This means the it stores
the file outside of the database and references it with an integer id.
John
--
********************************
** John Thorhauer
** Web Developer
** Phoenix Color Corp.
** jthorhauer(at)phoenixcolor(dot)com
********************************
From | Date | Subject | |
---|---|---|---|
Next Message | Christopher Cain | 2000-08-24 19:30:14 | JDBC Patch |
Previous Message | Thomas Lockhart | 2000-08-24 14:52:44 | Re: open for other OSes!? |