are \r \n and \t legal in - Mailing list pgsql-jdbc

From Heitzso
Subject are \r \n and \t legal in
Date
Msg-id 3BB88D96.3010507@home.com
Whole thread Raw
List pgsql-jdbc
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


pgsql-jdbc by date:

Previous
From: Barry Lind
Date:
Subject: Re: TIMESTAMP
Next
From: Heitzso
Date:
Subject: are long strings (500 char?) working?