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 bkrike 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 marc7

  1. marc7

    simple INSERT INTO problem

    i am taking information from an asp page and trying to enter it into an access database. i need to update 2 fields in an existing record (the fields are blank). here is the sql, any ideas why it is not working? the Received field is formatted as "Date/Time" in access. INSERT INTO...
  2. marc7

    web sharing problems w/ hypercard

    we are trying to run hypercard (and scripts in general) on our 9.1 machine. we have configured the web sharing and set up a directory that hosts the html page "default.htm". we have no problems accessing this html page, but when we try to run hypercard we are given a 403 access denied...
  3. marc7

    problem with @DocKeywords search

    i am upgrading from NT to 2000. i had this working properly the other day but it is not functioning now. our server is returning errors when searching using the iissmaples / idq search for meta-tag keywords. the error that appears is: Error "File searchwwn2.idq. Unspecified error &quot...
  4. marc7

    problem with @INC after configuring new server

    thanks for this. but previously out sever / perl was configured to accept these require statements as is. have there been any changes in require support with PERL recently, or could this be a path or setting issue?
  5. marc7

    problem with @INC after configuring new server

    we have just upgraded from win NT to 2000 and are having trouble with the "require" function in perl. in the past we were able to use this function and not have to explicitly define the path to the included file (it was always in the same directory as the script we were running)...
  6. marc7

    netscape authentication problem

    i'm having what seems to be a common problem with w2k server but cannot solve it. i am upgrading from nt and i have delegated specific rights to certain folders on the web server. i've created the corresponding users and groups, given them log on local access and updated the settings on the...
  7. marc7

    question about file locking on text file

    i have seen some previous posts about locking files for read / write / edit when connecting to a database. i am using a flat file for a project and i was wondering if there is an asp command that will lock a text file similar to the way that database (access, etc) files are locked??
  8. marc7

    pattern match question

    i am doing a pattern match and had a question. the following is not working properly and i cannot figure out what i am doing wrong: Dim objRegExpr, s Set objRegExpr = New regexp objRegExpr.Pattern = id & ",(\w*)" objRegExpr.Global = True objRegExpr.IgnoreCase = True s = $1 i want to...
  9. marc7

    regular expressions find / replace

    thanks i am working on this and getting the following error Microsoft VBScript compilation error '800a0414' Cannot use parentheses when calling a Sub /scripts/pcheck.asp, line 43 objRegExpr3.Replace(s1, password) here is the matching part of the code. password is the access code variable...
  10. marc7

    regular expressions find / replace

    i am creating a web page that takes a registration code, checks a text file to make sure the code exists and then allows the user to enter the site. my problem is that i would like to then erase the code from the text file. what is the best way to do this with asp? do i have to, after checking...
  11. marc7

    Password Protection Software / Other Ideas?

    can anyone offer some suggestions about off the shelf applications for managing passwords on an nt / 2000 server (want to use something other than the MS user groups)? we need to add password protection to some of our web sites. we would like people to be able to set thier own passwords, and the...
  12. marc7

    file permissions

    i have created a script that works in conjunction with the MS IIS search engine and had a question about file permissions pertaining to the search. i am using the LWP module to open pages, examine the content and decide if they should be displayed. i would like to make it so that when one person...
  13. marc7

    batch process to low-res program

    i am wondering if anyone knows if a reasonably priced application exists for converting hi-res pdf to low-res as a batch process. i have been using the trial of pitstop server (by enfocus) and need something similar, but less pricey. the pitstop costs about $1,500.
  14. marc7

    problem searching with meta tags

    i have set up our index server to search using meta tags from html pages but am having trouble with pages that have multiple content variables. we search with book id numbers and some books have more than one id. it seems that index server will recognize only one of the content entries on any...
  15. marc7

    idq and htx files

    the idq sets parameters used with the ms index server search engine. the htx file is file that sets the format for the html result page.

Part and Inventory Search

Back
Top