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 gkittelson 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. joestmc2

    Check DB content against form data

    What do you mean rewrite that? And how do you mean 'take care of'? Currently all database fields are text fields (even if they are numbers).
  2. joestmc2

    Check DB content against form data

    Here's the latest version of the code. It's coming together well, thank you for all your feedback: _______________________________ <%@ Language=VBScript %> <% dim adoConn dim rsTest dim strSQL dim sProctorID dim sProctorPW dim sLMSCourseCode dim sStudentID dim sSecurityCheck...
  3. joestmc2

    Check DB content against form data

    !!!!!!!!!!!!!!!!!! Steps 2 is incorrect. It should read: 2. IF RECORD IS LOCATED IN DB: change value of SecurityCheck variable from 0 to 1.
  4. joestmc2

    Check DB content against form data

    Yes, It's a request. Basically here's what the SQL should (eventually) trigger. 1. Look for a record in the database that contains ALL of the variable data submitted through the HTML form. 2. IF RECORD IS LOCATED IN DB: The user is forwarded on to begintest.html 3. IF RECORED IS NOT...
  5. joestmc2

    Check DB content against form data

    'verify' was the name of the form (named in Lectora, the HTML/course development software). I have changed it to 'Request' though. Sounds like 'Rrequest' here is a command to 'request' form data?
  6. joestmc2

    Check DB content against form data

    Hi, I'm working on a page that will check a database for a unique record containing EVERY one of the four elements that were submitted to the page through an HTML form. If the record is located, the ASP variable "SecurityCheck" should change from 0 to 1. Here is the page so far. I appreciate...

Part and Inventory Search

Back
Top