Results 1 to 6 of 6

Thread: ASP error '800a000d', Type mismatch, quote.asp with classid ASPDB

  1. #1
    Join Date
    Oct 2002
    Posts
    14

    ASP error '800a000d', Type mismatch, quote.asp with classid ASPDB

    Hello,

    We have installed GOLD-061808.DLL onto a w2k3 sp2 server and we get the following error on all pages. We have confirmed the problem with quote.asp, but pureasp and datatype.asp work fine. From what I can tell we have installed everything properly.

    ---------------------------------------
    ASP error '800a000d'

    Type mismatch

    /test/datafile/quote.asp, line 11
    ---------------------------------------

    <!-- #include File=..\ASPdb.Inc -->
    <% Response.Buffer=True %>
    <%
    Set X= Server.CreateObject("ASP.DB")
    X.dbUnit = "999"
    X.dbMode = "Grid"
    X.dbDBType = "Text"
    X.dbDSN = "driver={Microsoft Text Driver (*.txt; *.csv)}; DriverId=27; MaxScanRows=5;defaultDir=" & server.mappath("../datafile")
    X.dbSQL = "SELECT Symbol,Price,Change,Volume,High52Wk,PE FROM quotes.csv"
    X.dbUserLocalText = zHead & ",<Center><h3>Sample Stock DB</h3></Center>;"
    X.ASPdb
    %>
    ---------------------------------------

    Any advice?

    Thanks,

    Dean

  2. #2
    Join Date
    Oct 2002
    Posts
    933

    Check installation

    Dean,

    I checked your DLL and has no problem at all. Is this the first time you install WS2003? If so, please search this forum for 'WS2003' and there will be a few install pointers that get our classic ASP WS2003 user going.


    Frank

  3. #3
    Join Date
    Oct 2002
    Posts
    14
    Hello Frank, I have followed all the tips and installed the DLL you provided, but no luck. This is really strange. Dean

  4. #4
    Join Date
    Oct 2002
    Posts
    933

    Send in your ID file

    It is the mis-matched ID and DLL. Send in your ID file.

    Frank

  5. #5
    Join Date
    May 2009
    Posts
    1

    Deafn, I have the same problem

    Deafn, I have the same problem. Frank is trying to help but still there is no solution. Did you get this problem solved?


    Edit by admin: no contact info permitted on the forum, thank you

    Regards
    Nawal Parwal

  6. #6
    Join Date
    Oct 2002
    Posts
    933

    Type Mismatch problem

    This problem is because classic ASPdb cannot find the ID file. 100% time, the id name is not right (must be _ASPDBxxxx.id where is the year). Default ID file directory must also be in system32 dir. The exact filename is often overlooked and that is why we have a new property dbIDfiledir = "physical dir of id file" to make it easier. Do that and you'll have no problem.

    Frank

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •