Results 1 to 15 of 16

Thread: Need help with inSTR (Access) CharIndex (SQL)

Hybrid View

  1. #1
    Join Date
    May 2006
    Posts
    407
    What is the outcome you need from this? It looks like you are trying to find "descrip" somewhere in a field named productDescrip. Once you find "descrip" what do you want to happen? Please don't discribe the coding, but what you want to happen within the productDescrip field.

    The reason I ask this is because I could not figure out from your code what you want to do.

  2. #2
    Join Date
    Nov 2007
    Posts
    11

    this is what I want

    I have a memo field with a long text, but I need make a search only in the text before a mark like >, I don't want look up thru all the text, so I need the position for an especific character to cut the text and find only in the substring.
    For instance, in this replay I wanna look for the word "memo", but only in the next substring:

    "I have a memo field with a long text, but I need make a search only in the text before a mark like"

    and if the string to find is "substring" there is no results because the word "substring" is not in the text "I have a memo field with a long text, but I need make a search only in the text before a mark like"

    thank for your help, my language is not English, I apologize any error or misunderstanding.

  3. #3
    Join Date
    Nov 2007
    Posts
    11
    I forgot say that the query with charindex works fine in SQL Server, but I am using access database on internet and I am sending my query from asp code in a Windows platform IIS

  4. #4
    Join Date
    Oct 2007
    Posts
    11
    Do you need to "escape" the ">" when doing this w/ asp/html?

    Example... in CGI/Perl if I am passing an email address I need to insert a \ before the @ - username\@domain.com

  5. #5
    Join Date
    Nov 2007
    Posts
    11

    What means escape

    hi, thanks for answer... but, I don't understand what do you mean with "escape", I only need catch the position of the first "<br>" in the whole text to can restraint the string in where I want look up.

Posting Permissions

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