Re: [INTERFACES] Odbc driver

From: "Ross J(dot) Reedstrom" <reedstrm(at)rice(dot)edu>
To: pgsql-interfaces(at)hub(dot)org
Subject: Re: [INTERFACES] Odbc driver
Date: 1999-03-30 16:30:26
Message-ID: 3700FC22.6610F96C@rice.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Sergio wrote:
>
> Byron,
>
> Postgres 6.3.2, Odbc driver 6.40.0004
>

<snipped real problem, since I know nothing about it!>

(although, I do know that the communications protocol changed 6.3->6.4.
Might an upgrade help?)

>
> I wonder why a text saved by Notepad is 4183 bytes and this
> same text within Postgres is reported as 4099 chars long, but
> maybe this is another history.

Hmm, this text wouldn't have 84 lines, would it? That'd be an average of
~49 characters per line, so it's reasonable. DOS/Win uses CR/LF line
ending pairs, while the unix backend only stores LF (or is that CR?
Doesn't matter, 2 bytes vs. one byte)

Just think of it as the earliest example of Microsoft code bloat ;-)

Ross
--
Ross J. Reedstrom, Ph.D., <reedstrm(at)rice(dot)edu>
NSBRI Research Scientist/Programmer
Computer and Information Technology Institute
Rice University, 6100 S. Main St., Houston, TX 77005

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Yves Guerin 1999-03-30 20:09:10
Previous Message Sergio 1999-03-30 15:40:10 Odbc driver