Re: are \r \n and \t legal in

From: Barry Lind <barry(at)xythos(dot)com>
To: Heitzso <heitzso(at)home(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: are \r \n and \t legal in
Date: 2001-10-02 20:54:06
Message-ID: 3BBA296E.7020300@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

They should be. Is the \o a typo below, or are you really trying to
send \o?

thanks,
--Barry

Heitzso wrote:

> PreparedStatement setString(i, s)
>
> i.e.
>
> p = connection.preparedStatement("SELECT a FROM b WHERE c = ?");
> String s = "hello\t\out\r\nthere\t\t\t\r\n";
> p.setString(1, s);
>
> Just beating my head against the wall trying to sort out
> what I'm doing wrong and about to hook up to MS SQL Server
> via Sprinta to get this working ...
>
> Thanks,
> Heitzso
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2001-10-02 20:56:50 Re: jdbc2.0 compliance
Previous Message Barry Lind 2001-10-02 20:52:52 Re: are long strings (500 char?) working?