Thread: vb postgres blobs

vb postgres blobs

From
John Thorhauer
Date:
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@phoenixcolor.com
********************************


How about odbc postgres blobs

From
John Thorhauer
Date:
John Thorhauer wrote:
> 
> Does anyone know of any example code for using visual basic with the
> postgres odbc driver to insert blobs (large objects) into postgres?

OK .... How about this?  Does anyone know of any sample code (vb, vc++,
access, anything) for the odbc driver and the use of blobs.

Thanks,
John
-- 
********************************
** John Thorhauer
** jthorhauer@phoenixcolor.com
********************************


AW: vb postgres blobs

From
520084051579-0001@t-online.de (Bastian Nagelschmidt)
Date:
What do you mean with LARGE OBJECTS???

-----Ursprungliche Nachricht-----
Von: pgsql-interfaces-owner@hub.org
[mailto:pgsql-interfaces-owner@hub.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@phoenixcolor.com
********************************



Re: AW: vb postgres blobs

From
John Thorhauer
Date:
Bastian Nagelschmidt wrote:
> 
> What do you mean with LARGE OBJECTS???
> 
> -----Ursprungliche Nachricht-----
> Von: pgsql-interfaces-owner@hub.org
> [mailto:pgsql-interfaces-owner@hub.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@phoenixcolor.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@phoenixcolor.com
********************************