newlines and carriage returns in string data

2003-11-11 Thread Stephen Fromm
Is it OK to have actual newline/carriage return characters in string data? E.g. consider the insert statement INSERT into table t1 ( ) VALUES('Here is a newline:\nThere it was!'); Now consider the statement, typed as INSERT into table t1 ( ) VALUES('Here is a newline: There it was!'); Is the

Re: newlines and carriage returns in string data

2003-11-11 Thread Matt W
Message - From: Stephen Fromm Sent: Tuesday, November 11, 2003 4:17 PM Subject: newlines and carriage returns in string data Is it OK to have actual newline/carriage return characters in string data? E.g. consider the insert statement INSERT into table t1 ( ) VALUES('Here is a newline