User Profile

Collapse

Profile Sidebar

Collapse
pattersonc
pattersonc
Last Activity: Nov 4 '08, 06:45 PM
Joined: Oct 23 '08
Location: Charlotte, NC
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • pattersonc
    replied to Help with Processing page
    Ok, I'm making a little more progress now. I can get the database query to pull in all of my information from the variable constraints, but I can't get it to filter the recordset by these constraints. I'm also now getting an error message of

    "Microsoft OLE DB Provider for ODBC Drivers error '80040e14'

    [Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression 'Central vs Le
    ...
    See more | Go to post

    Leave a comment:


  • pattersonc
    replied to Help with Processing page
    I've made some progress with the help of a friend. He says I needed to include the connection and then do the response.write sqlst.

    How does this work?

    My new code is below...
    Code:
    <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
    
    
    <% 
        for x = 1 to Request.Form.count() 
            Response.Write(Request.Form.key(x) & " = ")
    ...
    See more | Go to post
    Last edited by jhardman; Oct 30 '08, 09:15 PM. Reason: put code in code tags. please note button marked #

    Leave a comment:


  • pattersonc
    started a topic Help with Processing page

    Help with Processing page

    Hello! I'm new to this forum and also new to using ASP and SQL and Access. I am in need of some help. I'm trying to make a database to help my football team. I've pretty much got the whole thing done to where a coach can enter new games and various plays within those games. Now I've reached the hard part.

    I need to make a process page that will help me query the database given varying situations. Below is an image of the page...
    See more | Go to post
    Last edited by jhardman; Oct 27 '08, 03:34 PM. Reason: put code in code tags. please note button marked #
No activity results to display
Show More
Working...