ASP Forum
Insertion of data
hafiz | Posted 9:48pm 17. May 2005 Server Time |

I inserted a data in text area"im tired
                                we are tired"
But what appears in my database is only"im tired".Can anyone help me.im new to all these.When i extract it back,it saes either BOF or EOF is true
rrrr | Posted 3:51am 14. November 2007 Server Time |

jhghhj
WizzKidd | Posted 5:54am 6. December 2007 Server Time |

Your field will close premeturley if there are "quotes" used in the textarea value, so you would need to convert these characters, like this:

strText = replace(strText, chr(39), "`")


- WizzKidd


Reply to Post Insertion of data



Back to Forum Page