A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Update problem - "&"

Hybrid View

  1. #1
    Member
    Join Date
    Jun 2004
    Posts
    83

    Update problem - "&"

    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:
    Code:
    SQLstmt = "UPDATE about SET aboutText='" & replace(about, "'", "''") & "'"
    Thankful for some advise
    /S-fish

  2. #2
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    The & indicates the start of a new variable in Flash.

    Urlencoding...

    Replace the & with %26

    http://www.macromedia.com/support/fl...l_encoding.htm

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center