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 wOOdy-Soft 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: *

  • Users: brad1978
  • Content: Threads
  • Order by date
  1. brad1978

    Possible query problem?

    Hey all, So I have an asp/sql issue. I'm building a staff search function and am having a strange issue arise when passing letters via the querystring to a page that searches lastname based on the value in the query string. I am passing the letter, grabing it from the query string and creating...
  2. brad1978

    Subscript out of range when populating an array

    Hi all, Another quick question. I'm trying to populate 2 arrays from my SQL query and I keep getting the "Subscript out of range" error. Can someone explain what I'm doing wrong? dim counter, prevComments(), R_to() RS.movefirst counter = 0 do until RS.EOF R_to(counter) = RS("R_postby")...
  3. brad1978

    Permissions error on insert into Access

    Hi everyone, I have a bit of a problem with an application I'm working on. I am submitting information to an access database and keep recieving this error "2147217900" which, from googling it, seems to be a permissions error on the access database. I have gone in and reset the permissions for...
  4. brad1978

    Paging results from text file

    Hi all, I have a question for you. I am writing user submitted information to a tab delimited text file and reading it back into a web page via ajax. I am reading the text file from the bottom up (newest posts first) and displaying 5 results per page. My problem is in displaying my Previous...
  5. brad1978

    create new text file

    Hi all, Quick question for you, how do I go about creating a new text file on the fly? I am trying to have a new text file created when a user submits a comment form. This file will contain the info submitted but I cannot seem to create a blank text file on the fly. Any help would be...
  6. brad1978

    Writing to 2 seperate text files

    Hey Guys, Is it possible to write to 2 seperate text files from the same CGI script? I'm trying and cannot get the second "write" to work. Any suggestions? my $temp = param('temp'); my $post = param('post'); if($temp eq "") { print "Temp has no value"; } else { #print temp results...
  7. brad1978

    Connect CGI to MS Access

    Hey All, Does any one have any expertise in connecting cgi to ms access? I am stuck with my current box (solaris) and cannot install mysql on it, so the only database I can use is access. I have done some research but am still confused as to how to connect cgi to ms access, any help would be...
  8. brad1978

    http_referer question

    Hey all, I'm new to perl/cgi and was wondering how you would go about getting the last 2 visited url's of a user? I thought the http_referer would work but it seems that I can only get the last url. I understand that the http_referer can be spoofed but this is for an intranet and is not...

Part and Inventory Search

Back
Top