<i><b>Originally posted by : wk (skrecycle@rediffmail.com)</b></i><br />Hello,<br />anybody knows the best menthod to store 2-3 paragraphs of text in SQL database? How do i store the carriage return (enter) with the text?<br /><br />thanx!<br />
<i><b>Originally posted by : (indigo@mail.gr)</b></i><br />you should use a blob field (described as long raw in oracle and image in sql server).. The blob field will store the exact representation of your data..<br /><br /><br />------------<br />wk at 3/14/2001 1:26:28 AM<br /><br />Hello,<br />anybody knows the best menthod to store 2-3 paragraphs of text in SQL database? How do i store the carriage return (enter) with the text?<br /><br />thanx!<br />
Was this answer helpful ?
Yes No