Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by deddleston

  1. deddleston

    search text

    well no - because then it will just convert whatever is searched for into uppercase, and only uppercase rresults will be shown. i need upper,lower and a mix (if they exist) M$ arn't the only option!
  2. deddleston

    search text problem

    i have a jsp webpage (search engine) when searching for text e.g; CUST i need the results to include - CUST Cust cust do you know what i mean... any help much appreciated. M$ arn't the only option!
  3. deddleston

    search text

    i have a jsp webpage (search engine) when searching for text e.g; CUST i need the results to include - CUST Cust cust do you know what i mean... any help much appreciated. M$ arn't the only option!
  4. deddleston

    it has totally eluded me!

    How do you view all the tables in oracle again? i just want to view table names not the data within the table. cheers M$ arn't the only option!
  5. deddleston

    highlight text

    i.e like google does when u search for something M$ arn't the only option!
  6. deddleston

    highlight text

    I have a search page and i want to highlight the text that was search for in the search results page. any help appreciated. M$ arn't the only option!
  7. deddleston

    Search Problem

    oh this is a JSP page by the way M$ arn't the only option!
  8. deddleston

    Search Problem

    I have made a search page that queries an oracle database. It works ok, except when i try to use the % sign. i.e SEARCH: 'solutions %' anyone got any ideas??? M$ arn't the only option!
  9. deddleston

    Search and change character

    I have a page, and it works fine, except when the % character is used. I need to search for the % from within <% query %> anc change it in somthing that i can use. Then i need to change the charcter back into % so it will work in SQL. Any help appreciated M$ arn't the only option!
  10. deddleston

    white spaces

    ic ic cheers M$ arn't the only option!
  11. deddleston

    white spaces

    How would i take out carriage returns in the middle of a string? leaving the white spaces?? M$ arn't the only option!
  12. deddleston

    white spaces

    dammit.... i missed of the select!!!! DECLARE @str1 varchar(60) SET @str1 = 'this is a string ' RTRIM(@str1) thanx for your help M$ arn't the only option!
  13. deddleston

    white spaces

    Ok, i'm using ms sql server 2000, dunno if it makes a difference. but it say's &quot;incorrect sytax near '='&quot; M$ arn't the only option!
  14. deddleston

    white spaces

    How do you remove white spaces/carriage returns from a given string (end of). pls give an example if you can. Thanks M$ arn't the only option!
  15. deddleston

    Reset button

    ooooh i tried to put it inside the brackets with an action comment. M$ arn't the only option!

Part and Inventory Search

Back
Top