Re: Microsoft JET Database Engine error '80040e10'



TonnyD wrote on Wed, 28 Nov 2007 07:18:11 -0800 (PST):

Thanks for your help because I dont know to much about this yet. If i
put Reponse.Write strSQL above line 14 I get the following error.

Microsoft VBScript runtime error '800a01a8'

Object required: ''

/asppoll/vote.asp, line 13

That was my typo - it's Response.Write, I'd missed the first s out in
Response.

Dan


.



Relevant Pages

  • Re: error in code
    ... Thanks Dan, I had tried to simplify the field names for here and made a typo ... And thanks Allen for your previous response to the other post. ... > Your code does not match the evaluated string you posted. ... >> Dim strSql As String ...
    (microsoft.public.access.forms)
  • Re: Securing files stored in virtual directory
    ... perfect Dan.. ... > local file to an attachment, and the web service would receive ... > the key as the response from the save step. ... > caller was authorized to get, and that exists still in the database. ...
    (microsoft.public.dotnet.framework.webservices.enhancements)
  • Re: web.config
    ... > Hello Dan, ... > You definitely provided more information in that response. ... > programmer helping programmers. ... >>the appsettings code so why would it think that I am referring to an ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Graceful/Efficient Not In List Event
    ... You must set Response to acDataErrAdded if you've added the value. ... > Private Sub cmbProjectID_NotInList(NewData As String, ... > Dim strMsg As String ... > DoCmd.RunSQL strSQL, False ...
    (microsoft.public.access.formscoding)
  • Re: How do you enter a string that contains an ""? Is this a bug?
    ... Private Sub IngredientID_NotInList(NewData As String, Response As ... Dim strsql As String, x As Integer ... Response = acDataErrContinue ...
    (microsoft.public.access.formscoding)