Wrox Programmer Forums
|
Classic ASP Databases Discuss using ASP 3 to work with data in databases, including ASP Database Setup issues from the old P2P forum on this specific subtopic. See also the book forum Beginning ASP.NET Databases for questions specific to that book. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 11th, 2006, 10:13 AM
Authorized User
 
Join Date: Aug 2006
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Default VBScript runtime error '800a01a8' - FIXED

Hello,

Keep getting the VBScript runtime error '800a01a8' on an .asp page, and it also says:

Object required: "

and the line number. I just do not know where they want the quotes to go. Do you?

Here is the line of coding referenced in the error message as it currently stands:

WEBsiteNAME <%=(rs.Fields.Item("date").Value)%>&nbsp;<%=(rs.Fi elds.Item("title").Value)%> Page

Thank you in advance for any info you can provide.
 
Old September 11th, 2006, 02:21 PM
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default

While this shouldnt make a difference, remove the outside ( ) and you can also try changing rs.fields.item to rs("date") and rs("title")

"The one language all programmers understand is profanity."
 
Old September 13th, 2006, 10:55 AM
Authorized User
 
Join Date: Aug 2006
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Well, the problem has been solved - totally unrelated to the above. Apparently whoever created the sql database connected to this particular website entered in incorrect URLs - consistently, which made it easy for me to update and correct them so this page is working now.

However, I will go over now to the SQL forum and ask how to do a global search and replace in a SQL database so hopefully I can run some script somewhere to automate this correction for me. Otherwise, I will need to go in and check all fields of each record to ensure the links are correct.

Thank you for your response!





Similar Threads
Thread Thread Starter Forum Replies Last Post
Microsoft VBScript runtime error '800a01a8' Abbas Classic ASP Basics 1 July 21st, 2006 11:43 AM
Microsoft VBScript runtime error '800a01a8' Abbas Classic ASP Professional 1 July 21st, 2006 11:42 AM
Microsoft VBScript runtime error '800a01a8' object stevesole Access ASP 9 June 7th, 2004 08:13 PM
Microsoft VBScript runtime error '800a01a8' gmoney060 BOOK: Beginning ASP 3.0 1 June 2nd, 2004 01:18 PM
Microsoft VBScript runtime error '800a01a8' dlgee Classic ASP Basics 4 January 25th, 2004 05:18 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.