Hi, I have problems when I update text that contains the letter/symbol "&". For exameple, a text like: Music & movies..
The data loads into a dynamic textfield. I use Flash MX, Access Database and ASP.
The SQL String:
Thankful for some adviseCode:SQLstmt = "UPDATE about SET aboutText='" & replace(about, "'", "''") & "'"
/S-fish




Reply With Quote