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 TouchToneTommy 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. KeystoneBlues

    Data type mismatch in criteria expression.

    Well, i feel really stupid for the result of my problem. You know I must say i didn't see too many people talk about this so I'll post the resolution just in case anyone else is having a problem with this action. You all of course were correct, i took out " " around the ID and that was OK...
  2. KeystoneBlues

    Data type mismatch in criteria expression.

    Yea I thought about using comm.execute but didn't have any luck. It's crazy, I have everything in place for this system to work, but cannot get the delete to work. I could alter the system to perform the task i need but I'm too damn stubborn. It's something I'll just have to figure out. Thanks...
  3. KeystoneBlues

    Data type mismatch in criteria expression.

    Hmm, what would cause it to tell me record is deleted but when i go back to query it's still there?
  4. KeystoneBlues

    Data type mismatch in criteria expression.

    Thank You. That answers that question. And my code was a mess, i cleaned it up and now I'm getting Delete Record Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC Microsoft Access Driver] Could not delete from specified tables. /ASP/DeleteCC.asp, line 9 Can you...
  5. KeystoneBlues

    Data type mismatch in criteria expression.

    This message is killing me.. Delete Record Microsoft OLE DB Provider for ODBC Drivers error '80040e07' [Microsoft][ODBC Microsoft Access Driver] Data type mismatch in criteria expression. /ASP/DeleteCC.asp, line 8 My delete code is (which may be a mess by now, Ive tried so many...
  6. KeystoneBlues

    Unspecified error

    Well, I have no clues on how to look this one up.. Provider error '80004005' Unspecified error /ASP BETA/DeleteCC.asp, line 12 Simply trying to delete a record from a MDB database file. I have a server that is Windows driven. I think it's IIS but not positive. I'm thinking this has...
  7. KeystoneBlues

    ASP Delete Record Syntax Error

    Hmm, I'll check that out for sure.... Thanks again for your time, al
  8. KeystoneBlues

    ASP Delete Record Syntax Error

    Thanks for taking the time to show me that. You were correct. That gets me past this hump... And believe me I'm very happy to be moving forward now. Not sure how I missed that, was up all night pulling my hair out, so much appreciated. I'm getting another error (bottom) but i should be able to...
  9. KeystoneBlues

    ASP Delete Record Syntax Error

    I'm trying to simply delete Records from a MDB database file. I'll post the code below but first I'll tell you that yes I'm a noob but I've been programming other languages before. So I should be too high of maintenance. To the point: I have a form that retrieves the data and displays it and a...

Part and Inventory Search

Back
Top