To register for an Internet.com membership to receive newsletters and white papers, use the Register button ABOVE.
To participate in the message forums BELOW, click here

HOME News MS SQL Oracle DB2 Access MySQL PHP Scripts Books Links DBA Talk


Go Back   Database Journal Forums > Miscellaneous > Database Programming

Database Programming Discussion on all database programming topics, including ASP-db, ASP.NET, ASP and PHP.

Reply Post New Thread
 
Thread Tools Rate Thread Display Modes
  #1  
Old 07-25-2008, 09:32 AM
deanf deanf is offline
Registered User
 
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
Reply With Quote
  #2  
Old 07-25-2008, 10:44 AM
Frank Frank is offline
Super Moderator
 
Join Date: Oct 2002
Posts: 929
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
Reply With Quote
  #3  
Old 07-25-2008, 10:55 AM
deanf deanf is offline
Registered User
 
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
Reply With Quote
  #4  
Old 07-28-2008, 08:59 PM
Frank Frank is offline
Super Moderator
 
Join Date: Oct 2002
Posts: 929
Send in your ID file

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

Frank
Reply With Quote
  #5  
Old 05-13-2009, 10:04 AM
nawalparwal nawalparwal is offline
Registered User
 
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
Reply With Quote
  #6  
Old 05-13-2009, 03:18 PM
Frank Frank is offline
Super Moderator
 
Join Date: Oct 2002
Posts: 929
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
Reply With Quote
Reply Post New Thread

Bookmarks

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 10:45 PM.


DatabaseJournal Recent Articles


 » Top 10 Security Tips for MySQL

 » Oracle Database: Flashback Vs. Recovery

 » Redmond exploits MySQL uncertainty

 » Oracle Launches Oracle Global Trade Manage...

 » SQL Server 2008 RTM Support Ends April 13,...

Search Database Journal:
 







Acceptable Use Policy

Internet.com
The Network for Technology Professionals

Search:

About Internet.com

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | E-mail Offers

Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.