| Author |
Help...
|
Mike Cronin
Greenhorn
Joined: Apr 17, 2002
Posts: 25
|
|
Hi all, I have a "log" field in an Oracle table that I need to update with a status followed by a line feed and carriage return. Can someone advise me how to insert line feeds and carriage returns into a field in Oracle? Thanks in advance! Mike Cronin [ March 31, 2004: Message edited by: Mike Cronin ]
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26155
|
|
Mike, Are you using JDBC or the oracle command line? Either way, you need to use the escape sequences for new line or carriage return in your string when inserting the data.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
Mike Cronin
Greenhorn
Joined: Apr 17, 2002
Posts: 25
|
|
Hey Jeanne, I figured it out. Thanks so much for your quick reply Mike Cronin
|
 |
 |
|
|
subject: Help...
|
|
|