|
 |
asp_databases thread: troubles with inserting
Message #1 by Vincent Vandermeeren <vincentvdm@O...> on Wed, 30 May 2001 11:31:29 +0200
|
|
Hi all,
Inserting the text in the database is not a problem but I would like to
insert the text in the database like he has been on the the form that hasb
een filled in.
(if the person who makes the input takes a new line that he also see that
new line in the display or update screen ...)
thanks,
vinnie
Message #2 by "Dallas Martin" <dmartin@z...> on Wed, 30 May 2001 07:49:52 -0400
|
|
Vinnie,
You have to "replace" hard carriage returns with the HTML <br> tag.
Here's how.
BigText = replace(BigText,vbCrLf, "<br>")
Dallas
----- Original Message -----
From: "Vincent Vandermeeren" <vincentvdm@O...>
To: "ASP Databases" <asp_databases@p...>
Sent: Wednesday, May 30, 2001 5:31 AM
Subject: [asp_databases] troubles with inserting
> Hi all,
>
> Inserting the text in the database is not a problem but I would like to
> insert the text in the database like he has been on the the form that hasb
> een filled in.
> (if the person who makes the input takes a new line that he also see that
> new line in the display or update screen ...)
>
> thanks,
> vinnie
>
>
|
|
 |