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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. vpooks

    ASP is not Executing

    Andel! Can you goto that .asp file from your Netscape browser? Netscape will not tolerate any error messages. If you still dont know the reason, I guess it is better to get the .asp file. I can go thru it & let you know my comments. Otherwise its difficult to troubleshoot blindly.
  2. vpooks

    ASP is not Executing

    So.. you can have 2 issues. 1. Either you are not even talking to your Access database. Try to put a debug statement (response.write("")) & see whether you are able to create the connection or not. You may be having.. "on error resume next" statement. Comment that out, which...
  3. vpooks

    ASP is not Executing

    Can you Give more info. Have you made any changes to your web server? Is your folder, the one that contains the .asp file, is a virtual directory on your web server?
  4. vpooks

    Pattern recognition function in SQL

    Guys- I am looking for some pattern recognisiton functions in SQL, if there are any, before I write of my own. My specific need is to check whether all characters, in a given string, are from a set of identified special characters. I know this is very easy in Unix, but need the the same...

Part and Inventory Search

Back
Top