dam C Falkenberg ,
Cc: pgsql-general@postgresql.org
Date: 09/19/2013 04:59 AM
Subject:Re: [GENERAL] Using ODBC and VBA to pull data from a large
object
Sent by:pgsql-general-ow...@postgresql.org
Le mardi 17 septembre 2013 à 12:25 -0400, Adam C Falkenberg a écrit :
> Sorry ab
Le mardi 17 septembre 2013 à 12:25 -0400, Adam C Falkenberg a écrit :
> Sorry about that. Here's the driver information and some code.
> Driver Name: PostgreSQL ANSI
> Version: 9.02.01.00
>
> constr = "Driver={PostgreSQL ANSI}; Server=servername; Port=5432;
> Database=databasename; Uid=usern
ite rs.Fields("data").Value
rs.MoveNext
Wend
Adam
From: Andrew Satori
To: Adam C Falkenberg ,
Date: 09/17/2013 12:02 PM
Subject: Re: [GENERAL] Using ODBC and VBA to pull data from a large
object
You don't say with which driver.
ODBC can be a bit twitchy w
bytes)?
Thanks again.
Adam C. Falkenberg
Quality Engineer
Great Lakes Works
Phone: (313) 749 - 3758
Cell: (313) 910 - 3195
From: Bret Stern
To: Adam C Falkenberg ,
Cc: pgsql-general@postgresql.org
Date: 09/17/2013 10:06 AM
Subject:Re: [GENERAL] Using ODBC and VBA to
On Tue, 2013-09-17 at 08:32 -0400, Adam C Falkenberg wrote:
> Good Morning,
>
> I had a question about using ODBC with large objects. When I query
> the pg_largeobject table and return data to an ADO recordset, I can
> only get the first 255 bytes even though the record contains 2048
> bytes of
Good Morning,
I had a question about using ODBC with large objects. When I query the
pg_largeobject table and return data to an ADO recordset, I can only get
the first 255 bytes even though the record contains 2048 bytes of data
(all the bytes after the first 255 show as 0). When I checked th