Re: bytea on windows perl client

From: Jeremy Buchmann <jeremy(at)wellsgaming(dot)com>
To: James Orr <james(at)lrgmail(dot)com>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: bytea on windows perl client
Date: 2002-07-18 17:08:30
Message-ID: FC1240F4-9A70-11D6-91FA-000502E740BA@wellsgaming.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces


On Thursday, July 18, 2002, at 10:01 AM, James Orr wrote:
>
> OK, I really need a solution to this quite quickly. It's a simple
> enough
> script (posted earlier) so if this is something I cannot do with
> DBD::Pg on a
> windows platform I can do it with something else. If that's the case
> what's
> the best thing to do it with? PHP? I don't have control of the IIS
> server
> they are running this on and I doubt very much they have PHP running on
> it.
>
> Is the only way to connect to postgres with ASP via the ODBC driver?
> How will
> that handle the bytea field?
>

If the script is really, really simple, you *could* write it in (deep
breath) C...though
I've never tried to do anything complicated with Pg in C, so I don't
know how
well it will work.

--Jeremy

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Joe Conway 2002-07-18 17:21:36 Re: bytea on windows perl client
Previous Message James Orr 2002-07-18 17:01:35 Re: bytea on windows perl client