Need help with Microsoft VBScript runtime error '800a000d'

Discussion in 'Databases' started by montytx, Jan 29, 2011.

  1. #1
    Im hoping someone can help me with this error I am getting on a site. This code worked fine until we moved the site to a new server and copied the files over. The error is: Microsoft VBScript runtime error '800a000d'

    Type mismatch: 'aryDETAIL'

    /quote/hiocalc.asp, line 46


    This is a quoting system.
    The code around line 46 is:
    if request("s")="1" then aryDETAIL(dQuoteNum)="" 'Coming from Map

    'Get Quote Number when array is empty
    if len(trim(aryDETAIL(dQuoteNum)))=0 then
    set conn = Server.CreateObject("ADODB.Connection")
    conn.open Session("ConnectionString")
    %>

    I am not a code expert and definitely dont work in asp. Any help is appreciated.
     
    montytx, Jan 29, 2011 IP