Search results

  1. T

    Error

    Got it working again. The db was supposed to be in the folder with the asp page but was not, so I moved it.
  2. T

    Error

    The page works fine until I put it up on the server where the web page is running from. When I hit the page and try to submit data entered, I get this error: Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC Microsoft Access Driver]General error Unable to open...
  3. T

    Error

    Please disregard that last post. It does work. I had the following line commented out: strSQL = "SELECT * FROM tblNomination;" Now it works both ways. Thanks!
  4. T

    Error

    It works with the first code that you gave me. If I try the open using strSQL instead of the table name in quotes, I get the following error: ADODB.Recordset error '800a0bb9' Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another...
  5. T

    Error

    Thank you soooo much. That works perfectly!
  6. T

    Error

    I have an ASP page created that is trying to submit entered data to an Access db. When I click the Submit button, I receive the following error: ADODB.Recordset error '800a0cb3' Current Recordset does not support updating. This may be a limitation of the provider, or of the selected...
Back
Top