Re: \n converted to \r\n - Mailing list pgsql-odbc

From Amir Zicherman
Subject Re: \n converted to \r\n
Date
Msg-id 27a5b7d104100110264ece4118@mail.gmail.com
Whole thread Raw
In response to Re: \n converted to \r\n  ("Dave Page" <dpage@vale-housing.co.uk>)
Responses Re: \n converted to \r\n  ("Greg Campbell" <greg.campbell@us.michelin.com>)
List pgsql-odbc
Hi, thax for your help.  Took me a while to see where the
configuration options are because i'm not using a DSN.  I then put in
a DSN to see if it comes with configuration options and found what you
guys were talking about.  If i'm just using a connection string in my
code, is there any way to configure this option?  My code needs to be
more generic than to rely on me settign up DSNs for each database i
want to connect to.  This is what i'm using to connect in the code:

"DRIVER={" + DB_DRIVER +
    "};DATABASE=" + dbName_ +
    ";SERVER=" + dbIP_ +
    ";PORT=" + dbPort_ +
    ";UID=" + dbUser_ +
    ";PWD=" + dbPassword_;

thanx, amir


On Fri, 1 Oct 2004 15:10:10 +0100, Dave Page <dpage@vale-housing.co.uk> wrote:
>
>
> > -----Original Message-----
> > From: pgsql-odbc-owner@postgresql.org
> > [mailto:pgsql-odbc-owner@postgresql.org] On Behalf Of Jeff Eckermann
> > Sent: 01 October 2004 14:57
> > To: Amir Zicherman; pgsql-odbc@postgresql.org
> > Subject: Re: [ODBC] \n converted to \r\n
> >
> > I don't believe that there is any user-settable option to
> > disable that functionality.
>
> There is an 'LF <-> CR/LF Conversion' option on the second options
> dialog.
>
> Regards, Dave
>

pgsql-odbc by date:

Previous
From: Peter van Heck
Date:
Subject: ERROR: invalid input syntax for type boolean: "-"(#7)
Next
From: Amir Zicherman
Date:
Subject: Re: ERROR: invalid input syntax for type boolean: "-"(#7)